Searched refs:instruction_size (Results 1 – 1 of 1) sorted by relevance
1002 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local1003 if (!instruction_size) in RoundUpToInstrBoundary()1005 cursor += instruction_size; in RoundUpToInstrBoundary()1014 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local1015 if (!instruction_size) in CopyInstructions()1018 (size_t)instruction_size); in CopyInstructions()1040 cursor += instruction_size; in CopyInstructions()1125 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local1126 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()1132 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()[all …]