Searched refs:SideStepError (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | preamble_patcher.h | 75 enum SideStepError { enum 167 static SideStepError Patch(T target_function, in Patch() 202 static SideStepError Patch(LPCTSTR module_name, in Patch() 264 static SideStepError RawPatch(void* target_function, 292 static SideStepError Unpatch(void* target_function, 389 static SideStepError RawPatchWithStubAndProtections( 420 static SideStepError RawPatchWithStub(void* target_function, 544 static SideStepError PatchShortConditionalJump(unsigned char* source, 579 static SideStepError PatchNearJumpOrCall(unsigned char* source, 602 static SideStepError PatchMovWithDisplacement(unsigned char* source,
|
D | preamble_patcher.cc | 156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections() 173 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections() 221 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch() 255 SideStepError error_code = RawPatchWithStubAndProtections( in RawPatch() 290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch() 349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in Unpatch() 572 SideStepError PreamblePatcher::PatchShortConditionalJump( in PatchShortConditionalJump() 603 SideStepError PreamblePatcher::PatchNearJumpOrCall( in PatchNearJumpOrCall() 654 SideStepError PreamblePatcher::PatchMovWithDisplacement( in PatchMovWithDisplacement()
|
D | preamble_patcher_with_stub.cc | 55 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub() 147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in RawPatchWithStub()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | preamble_patcher.h | 75 enum SideStepError { enum 167 static SideStepError Patch(T target_function, in Patch() 202 static SideStepError Patch(LPCTSTR module_name, in Patch() 264 static SideStepError RawPatch(void* target_function, 292 static SideStepError Unpatch(void* target_function, 389 static SideStepError RawPatchWithStubAndProtections( 420 static SideStepError RawPatchWithStub(void* target_function, 544 static SideStepError PatchShortConditionalJump(unsigned char* source, 579 static SideStepError PatchNearJumpOrCall(unsigned char* source, 602 static SideStepError PatchMovWithDisplacement(unsigned char* source,
|
D | preamble_patcher.cc | 156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections() 173 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections() 221 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch() 255 SideStepError error_code = RawPatchWithStubAndProtections( in RawPatch() 290 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch() 349 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in Unpatch() 572 SideStepError PreamblePatcher::PatchShortConditionalJump( in PatchShortConditionalJump() 603 SideStepError PreamblePatcher::PatchNearJumpOrCall( in PatchNearJumpOrCall() 654 SideStepError PreamblePatcher::PatchMovWithDisplacement( in PatchMovWithDisplacement()
|
D | preamble_patcher_with_stub.cc | 55 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub() 147 SideStepError jump_ret = SIDESTEP_JUMP_INSTRUCTION; in RawPatchWithStub()
|
/external/chromium_org/tools/memory_watcher/ |
D | preamble_patcher.h | 28 enum SideStepError { enum 118 static SideStepError Patch(T target_function, in Patch() 153 static SideStepError Patch(LPCTSTR module_name, in Patch() 213 static SideStepError RawPatch(void* target_function, 241 static SideStepError Unpatch(void* target_function, 275 static SideStepError RawPatchWithStubAndProtections(void* target_function, 284 static SideStepError RawPatchWithStub(void* target_function,
|
D | preamble_patcher.cc | 18 SideStepError PreamblePatcher::RawPatchWithStubAndProtections( in RawPatchWithStubAndProtections() 37 SideStepError error_code = RawPatchWithStub(target_function, in RawPatchWithStubAndProtections() 80 SideStepError PreamblePatcher::RawPatch(void* target_function, in RawPatch() 112 SideStepError error_code = RawPatchWithStubAndProtections(target_function, in RawPatch() 135 SideStepError PreamblePatcher::Unpatch(void* target_function, in Unpatch()
|
D | preamble_patcher_with_stub.cc | 19 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
|
/external/chromium_org/sandbox/win/src/sidestep/ |
D | preamble_patcher.h | 21 enum SideStepError { enum 65 static SideStepError Patch(T target_function, T replacement_function, in Patch() 102 static SideStepError RawPatchWithStub(void* target_function,
|
D | preamble_patcher_with_stub.cpp | 49 SideStepError PreamblePatcher::RawPatchWithStub( in RawPatchWithStub()
|
/external/chromium_org/sandbox/win/src/ |
D | sidestep_resolver.cc | 56 sidestep::SideStepError rv = sidestep::PreamblePatcher::Patch( in Setup()
|
/external/chromium_org/components/breakpad/app/ |
D | breakpad_win.cc | 577 sidestep::SideStepError patch_result = in InitTerminateProcessHooks()
|