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

  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher.h 67 return RawPatchWithStub(target_function, replacement_function,
102 static SideStepError RawPatchWithStub(void* target_function,
preamble_patcher_with_stub.cpp 49 SideStepError PreamblePatcher::RawPatchWithStub(
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 284 static SideStepError RawPatchWithStub(void* target_function,
preamble_patcher_with_stub.cc 19 SideStepError PreamblePatcher::RawPatchWithStub(
preamble_patcher.cc 37 SideStepError error_code = RawPatchWithStub(target_function,
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 420 static SideStepError RawPatchWithStub(void* target_function,
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
preamble_patcher_with_stub.cc 55 SideStepError PreamblePatcher::RawPatchWithStub(
preamble_patcher.cc 82 // See PreamblePatcher::RawPatchWithStub for more information.
173 SideStepError error_code = RawPatchWithStub(target_function,
195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 420 static SideStepError RawPatchWithStub(void* target_function,
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
preamble_patcher_with_stub.cc 55 SideStepError PreamblePatcher::RawPatchWithStub(
preamble_patcher.cc 82 // See PreamblePatcher::RawPatchWithStub for more information.
173 SideStepError error_code = RawPatchWithStub(target_function,
195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above

Completed in 248 milliseconds