/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | preamble_patcher_test.cc | 139 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithLongJump() 144 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithLongJump() 154 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleShortCondJump() 159 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleShortCondJump() 168 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCondJump() 174 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCondJump() 183 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleAbsoluteJump() 189 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleAbsoluteJump() 198 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCall() 205 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCall() [all …]
|
D | preamble_patcher.cc | 195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above in RawPatchWithStubAndProtections() 218 return SIDESTEP_SUCCESS; in RawPatchWithStubAndProtections() 259 if (SIDESTEP_SUCCESS != error_code) { in RawPatch() 287 return SIDESTEP_SUCCESS; in RawPatch() 370 != SIDESTEP_SUCCESS) { in Unpatch() 411 return SIDESTEP_SUCCESS; in Unpatch() 600 return SIDESTEP_SUCCESS; in PatchShortConditionalJump() 651 return SIDESTEP_SUCCESS; in PatchNearJumpOrCall() 681 return SIDESTEP_SUCCESS; in PatchMovWithDisplacement()
|
D | preamble_patcher_with_stub.cc | 161 if (jump_ret != SIDESTEP_SUCCESS) { in RawPatchWithStub() 178 != SIDESTEP_SUCCESS) { in RawPatchWithStub() 293 return SIDESTEP_SUCCESS; in RawPatchWithStub()
|
D | auto_testing_hook.h | 103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch( in ~AutoTestingHookImpl() 123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function, in AutoTestingHookImpl()
|
D | patch_functions.cc | 559 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Patch() 574 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Unpatch() 601 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Patch() 612 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Unpatch()
|
D | preamble_patcher.h | 76 SIDESTEP_SUCCESS = 0, enumerator
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | preamble_patcher_test.cc | 139 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithLongJump() 144 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithLongJump() 154 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleShortCondJump() 159 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleShortCondJump() 168 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCondJump() 174 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCondJump() 183 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleAbsoluteJump() 189 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleAbsoluteJump() 198 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCall() 205 SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == in TestPatchWithPreambleNearRelativeCall() [all …]
|
D | preamble_patcher.cc | 195 if (SIDESTEP_SUCCESS != error_code) { // Testing RawPatchWithStub, above in RawPatchWithStubAndProtections() 218 return SIDESTEP_SUCCESS; in RawPatchWithStubAndProtections() 259 if (SIDESTEP_SUCCESS != error_code) { in RawPatch() 287 return SIDESTEP_SUCCESS; in RawPatch() 370 != SIDESTEP_SUCCESS) { in Unpatch() 411 return SIDESTEP_SUCCESS; in Unpatch() 600 return SIDESTEP_SUCCESS; in PatchShortConditionalJump() 651 return SIDESTEP_SUCCESS; in PatchNearJumpOrCall() 681 return SIDESTEP_SUCCESS; in PatchMovWithDisplacement()
|
D | preamble_patcher_with_stub.cc | 161 if (jump_ret != SIDESTEP_SUCCESS) { in RawPatchWithStub() 178 != SIDESTEP_SUCCESS) { in RawPatchWithStub() 293 return SIDESTEP_SUCCESS; in RawPatchWithStub()
|
D | auto_testing_hook.h | 103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch( in ~AutoTestingHookImpl() 123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function, in AutoTestingHookImpl()
|
D | patch_functions.cc | 559 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Patch() 574 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Unpatch() 601 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Patch() 612 CHECK_EQ(sidestep::SIDESTEP_SUCCESS, in Unpatch()
|
D | preamble_patcher.h | 76 SIDESTEP_SUCCESS = 0, enumerator
|
/external/chromium_org/tools/memory_watcher/ |
D | preamble_patcher.cc | 42 if (SIDESTEP_SUCCESS != error_code) { in RawPatchWithStubAndProtections() 77 return SIDESTEP_SUCCESS; in RawPatchWithStubAndProtections() 117 if (SIDESTEP_SUCCESS != error_code) { in RawPatch() 132 return SIDESTEP_SUCCESS; in RawPatch() 225 return SIDESTEP_SUCCESS; in Unpatch()
|
D | preamble_patcher.h | 29 SIDESTEP_SUCCESS = 0, enumerator
|
D | preamble_patcher_with_stub.cc | 171 return SIDESTEP_SUCCESS; in RawPatchWithStub()
|
D | memory_hook.cc | 121 CHECK(sidestep::SIDESTEP_SUCCESS == in Install()
|
/external/chromium_org/sandbox/win/src/sidestep/ |
D | preamble_patcher.h | 22 SIDESTEP_SUCCESS = 0, enumerator
|
D | preamble_patcher_with_stub.cpp | 174 return SIDESTEP_SUCCESS; in RawPatchWithStub()
|
/external/chromium_org/sandbox/win/src/ |
D | sidestep_resolver.cc | 63 if (sidestep::SIDESTEP_SUCCESS != rv) in Setup()
|
/external/chromium_org/components/breakpad/app/ |
D | breakpad_win.cc | 581 if (patch_result != sidestep::SIDESTEP_SUCCESS) { in InitTerminateProcessHooks()
|