Home
last modified time | relevance | path

Searched refs:instruction_size (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp725 size_t instruction_size = GetInstructionSize(address + cursor); in RoundUpToInstrBoundary() local
726 if (!instruction_size) in RoundUpToInstrBoundary()
728 cursor += instruction_size; in RoundUpToInstrBoundary()
737 size_t instruction_size = GetInstructionSize(from + cursor, &rel_offset); in CopyInstructions() local
738 if (!instruction_size) in CopyInstructions()
741 (size_t)instruction_size); in CopyInstructions()
757 cursor += instruction_size; in CopyInstructions()
842 size_t instruction_size = GetInstructionSize(old_func); in OverrideFunctionWithHotPatch() local
843 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()
849 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()
[all …]