Searched refs:trampoline_length (Results 1 – 1 of 1) sorted by relevance
649 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch() local650 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); in OverrideFunctionWithHotPatch()698 uptr trampoline_length = instructions_length + kDirectBranchLength; in OverrideFunctionWithTrampoline() local699 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); in OverrideFunctionWithTrampoline()