Searched refs:RawPatchWithStub (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/src/sidestep/
H A Dpreamble_patcher.h67 return RawPatchWithStub(target_function, replacement_function,
102 static SideStepError RawPatchWithStub(void* target_function,
H A Dpreamble_patcher_with_stub.cpp49 SideStepError PreamblePatcher::RawPatchWithStub( function in class:sidestep::PreamblePatcher
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.h420 static SideStepError RawPatchWithStub(void* target_function,
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
H A Dpreamble_patcher_with_stub.cc55 SideStepError PreamblePatcher::RawPatchWithStub( function in class:sidestep::PreamblePatcher
H A Dpreamble_patcher.cc82 // 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/
H A Dpreamble_patcher.h420 static SideStepError RawPatchWithStub(void* target_function,
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
H A Dpreamble_patcher_with_stub.cc55 SideStepError PreamblePatcher::RawPatchWithStub( function in class:sidestep::PreamblePatcher
H A Dpreamble_patcher.cc82 // See PreamblePatcher::RawPatchWithStub for more information.
173 SideStepError error_code = RawPatchWithStub(target_function,
195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above

Completed in 120 milliseconds