Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc139 static const int kShortJumpInstructionLength = 2; variable
245 sptr offset = target - from - kShortJumpInstructionLength; in WriteShortJumpInstruction()
570 uptr patch_length = kDetourHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithDetour()
593 *orig_old_func = old_func + kShortJumpInstructionLength; in OverrideFunctionWithDetour()
639 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithHotPatch()
643 if (instruction_size < kShortJumpInstructionLength || in OverrideFunctionWithHotPatch()