HomeSort by: relevance | last modified time | path
    Searched defs:trampoline_length (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 730 uptr trampoline_length = instruction_size + kDirectBranchLength; local in function:__interception::OverrideFunctionWithHotPatch
731 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);
780 uptr trampoline_length = instructions_length + kDirectBranchLength; local in function:__interception::OverrideFunctionWithTrampoline
781 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length);

Completed in 11 milliseconds