Searched refs:RawPatch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h154 // This is a typesafe version of RawPatch(), identical in all other
173 return RawPatch((void*)(target_function),
179 // preamble patching. Uses RawPatch() to do the actual patching
227 return RawPatch((void*)existing_function, (void*)replacement_function,
264 static SideStepError RawPatch(void* target_function,
362 // a jump to a different function. This is similar to the RawPatch
H A Dpreamble_patcher.cc221 SideStepError PreamblePatcher::RawPatch(void* target_function, function in class:sidestep::PreamblePatcher
282 SIDESTEP_LOG("PreamblePatcher::RawPatch successfully patched.");
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.h154 // This is a typesafe version of RawPatch(), identical in all other
173 return RawPatch((void*)(target_function),
179 // preamble patching. Uses RawPatch() to do the actual patching
227 return RawPatch((void*)existing_function, (void*)replacement_function,
264 static SideStepError RawPatch(void* target_function,
362 // a jump to a different function. This is similar to the RawPatch
H A Dpreamble_patcher.cc221 SideStepError PreamblePatcher::RawPatch(void* target_function, function in class:sidestep::PreamblePatcher
282 SIDESTEP_LOG("PreamblePatcher::RawPatch successfully patched.");

Completed in 397 milliseconds