Home
last modified time | relevance | path

Searched refs:CopyInstructions (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_win.cc232 static void CopyInstructions(uptr from, uptr to, uptr size) { in CopyInstructions() function
653 CopyInstructions(trampoline, old_func, instruction_size); in OverrideFunctionWithHotPatch()
702 CopyInstructions(trampoline, old_func, instructions_length); in OverrideFunctionWithTrampoline()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp627 static bool CopyInstructions(uptr to, uptr from, size_t size) { in CopyInstructions() function
739 if (!CopyInstructions(trampoline, old_func, instruction_size)) in OverrideFunctionWithHotPatch()
789 if (!CopyInstructions(trampoline, old_func, instructions_length)) in OverrideFunctionWithTrampoline()