HomeSort by relevance Sort by last modified time
    Searched refs:RawPatch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 154 // 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
preamble_patcher.cc 221 SideStepError PreamblePatcher::RawPatch(void* target_function,
282 SIDESTEP_LOG("PreamblePatcher::RawPatch successfully patched.");
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 154 // 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
preamble_patcher.cc 221 SideStepError PreamblePatcher::RawPatch(void* target_function,
282 SIDESTEP_LOG("PreamblePatcher::RawPatch successfully patched.");

Completed in 58 milliseconds