Searched refs:kShortJumpInstructionLength (Results 1 – 1 of 1) sorted by relevance
139 static const int kShortJumpInstructionLength = 2; variable245 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()