Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp138 static const int kShortJumpInstructionLength = 2; variable
260 sptr offset = target - from - kShortJumpInstructionLength; in WriteShortJumpInstruction()
705 uptr patch_length = kDetourHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithDetour()
728 *orig_old_func = old_func + kShortJumpInstructionLength; in OverrideFunctionWithDetour()
774 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithHotPatch()
778 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()