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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 768 size_t instructions_length = kBranchLength; local in function:__interception::OverrideFunctionWithTrampoline
775 instructions_length = RoundUpToInstrBoundary(kBranchLength, old_func);
776 if (!instructions_length)
780 uptr trampoline_length = instructions_length + kDirectBranchLength;
784 if (!CopyInstructions(trampoline, old_func, instructions_length))
786 WriteDirectBranch(trampoline + instructions_length,
787 old_func + instructions_length);
806 uptr patch_length = instructions_length + padding_length;
interception_win.cc 768 size_t instructions_length = kBranchLength; local in function:__interception::OverrideFunctionWithTrampoline
775 instructions_length = RoundUpToInstrBoundary(kBranchLength, old_func);
776 if (!instructions_length)
780 uptr trampoline_length = instructions_length + kDirectBranchLength;
784 if (!CopyInstructions(trampoline, old_func, instructions_length))
786 WriteDirectBranch(trampoline + instructions_length,
787 old_func + instructions_length);
806 uptr patch_length = instructions_length + padding_length;

Completed in 25 milliseconds