Searched refs:kHotPatchHeaderLen (Results 1 – 1 of 1) sorted by relevance
636 const int kHotPatchHeaderLen = kBranchLength; in OverrideFunctionWithHotPatch() local638 uptr header = (uptr)old_func - kHotPatchHeaderLen; in OverrideFunctionWithHotPatch()639 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithHotPatch()644 !FunctionHasPadding(old_func, kHotPatchHeaderLen)) in OverrideFunctionWithHotPatch()