Home
last modified time | relevance | path

Searched refs:CopyInstructions (Results 1 – 1 of 1) 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()