sidestep 571 components/breakpad/app/breakpad_win.cc ::GetCurrentProcess(), NULL, sidestep::kMaxPreambleStubSize, sidestep 580 components/breakpad/app/breakpad_win.cc sidestep::SideStepError patch_result = sidestep 581 components/breakpad/app/breakpad_win.cc sidestep::PreamblePatcher::Patch( sidestep 583 components/breakpad/app/breakpad_win.cc g_real_terminate_process_stub, sidestep::kMaxPreambleStubSize); sidestep 584 components/breakpad/app/breakpad_win.cc if (patch_result != sidestep::SIDESTEP_SUCCESS) { sidestep 598 components/breakpad/app/breakpad_win.cc sidestep::kMaxPreambleStubSize, sidestep 12 sandbox/win/src/sidestep/mini_disassembler.h namespace sidestep { sidestep 11 sandbox/win/src/sidestep/mini_disassembler_types.h namespace sidestep { sidestep 12 sandbox/win/src/sidestep/preamble_patcher.h namespace sidestep { sidestep 13 sandbox/win/src/sidestep_resolver.cc const size_t kSizeOfSidestepStub = sidestep::kMaxPreambleStubSize; sidestep 16 sandbox/win/src/sidestep_resolver.cc char sidestep[kSizeOfSidestepStub]; // Storage for the sidestep stub. sidestep 23 sandbox/win/src/sidestep_resolver.cc SidestepThunk sidestep; // Standard sidestep thunk. sidestep 56 sandbox/win/src/sidestep_resolver.cc sidestep::SideStepError rv = sidestep::PreamblePatcher::Patch( sidestep 60 sandbox/win/src/sidestep_resolver.cc if (sidestep::SIDESTEP_INSUFFICIENT_BUFFER == rv) sidestep 63 sandbox/win/src/sidestep_resolver.cc if (sidestep::SIDESTEP_SUCCESS != rv) sidestep 107 sandbox/win/src/sidestep_resolver.cc size_t standard_bytes = storage_bytes - offsetof(SmartThunk, sidestep); sidestep 110 sandbox/win/src/sidestep_resolver.cc &thunk->sidestep, standard_bytes, NULL); sidestep 115 sandbox/win/src/sidestep_resolver.cc SetInternalThunk(&thunk->sidestep.internal_thunk, GetInternalThunkSize(), sidestep 126 sandbox/win/src/sidestep_resolver.cc offsetof(SmartThunk, sidestep); sidestep 166 sandbox/win/src/sidestep_resolver.cc lea edx, [ebx]SmartThunk.sidestep // The original function. sidestep 41 third_party/tcmalloc/chromium/src/windows/auto_testing_hook.h namespace sidestep { sidestep 48 third_party/tcmalloc/chromium/src/windows/mini_disassembler.h namespace sidestep { sidestep 40 third_party/tcmalloc/chromium/src/windows/mini_disassembler_types.h namespace sidestep { sidestep 134 third_party/tcmalloc/chromium/src/windows/patch_functions.cc using sidestep::PreamblePatcher; sidestep 559 third_party/tcmalloc/chromium/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 574 third_party/tcmalloc/chromium/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 601 third_party/tcmalloc/chromium/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 612 third_party/tcmalloc/chromium/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 72 third_party/tcmalloc/chromium/src/windows/preamble_patcher.h namespace sidestep { sidestep 63 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Unpatch((void*)(target_function), \ sidestep 117 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::MiniDisassembler disassembler; sidestep 124 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::InstructionType instructionType = disassembler.Disassemble( sidestep 127 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc if (sidestep::IT_RETURN == instructionType) { sidestep 139 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 140 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 144 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 154 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 155 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpShortCondFunction, sidestep 159 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 168 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 169 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpNearCondFunction, sidestep 174 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 183 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 184 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction, sidestep 189 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 198 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 199 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch( sidestep 205 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 215 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 216 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 224 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::MiniDisassembler disassembler; sidestep 226 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::IT_JUMP == disassembler.Disassemble( sidestep 237 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_JUMP_INSTRUCTION == sidestep 238 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 246 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_FUNCTION_TOO_SMALL == sidestep 247 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(TooShortFunction, sidestep 252 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 261 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 262 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 269 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 362 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc bool ret = sidestep::UnitTests(); sidestep 41 third_party/tcmalloc/vendor/src/windows/auto_testing_hook.h namespace sidestep { sidestep 48 third_party/tcmalloc/vendor/src/windows/mini_disassembler.h namespace sidestep { sidestep 40 third_party/tcmalloc/vendor/src/windows/mini_disassembler_types.h namespace sidestep { sidestep 134 third_party/tcmalloc/vendor/src/windows/patch_functions.cc using sidestep::PreamblePatcher; sidestep 559 third_party/tcmalloc/vendor/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 574 third_party/tcmalloc/vendor/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 601 third_party/tcmalloc/vendor/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 612 third_party/tcmalloc/vendor/src/windows/patch_functions.cc CHECK_EQ(sidestep::SIDESTEP_SUCCESS, sidestep 72 third_party/tcmalloc/vendor/src/windows/preamble_patcher.h namespace sidestep { sidestep 63 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Unpatch((void*)(target_function), \ sidestep 117 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::MiniDisassembler disassembler; sidestep 124 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::InstructionType instructionType = disassembler.Disassemble( sidestep 127 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc if (sidestep::IT_RETURN == instructionType) { sidestep 139 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 140 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 144 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 154 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 155 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpShortCondFunction, sidestep 159 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 168 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 169 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpNearCondFunction, sidestep 174 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 183 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 184 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction, sidestep 189 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 198 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 199 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch( sidestep 205 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 215 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 216 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 224 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::MiniDisassembler disassembler; sidestep 226 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::IT_JUMP == disassembler.Disassemble( sidestep 237 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_JUMP_INSTRUCTION == sidestep 238 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 246 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_FUNCTION_TOO_SMALL == sidestep 247 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(TooShortFunction, sidestep 252 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 261 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 262 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc sidestep::PreamblePatcher::Patch(IncrementNumber, sidestep 269 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc SIDESTEP_EXPECT_TRUE(sidestep::SIDESTEP_SUCCESS == sidestep 362 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc bool ret = sidestep::UnitTests(); sidestep 121 tools/memory_watcher/memory_hook.cc CHECK(sidestep::SIDESTEP_SUCCESS == sidestep 122 tools/memory_watcher/memory_hook.cc sidestep::PreamblePatcher::Patch(original_function_, sidestep 129 tools/memory_watcher/memory_hook.cc sidestep::PreamblePatcher::Unpatch(original_function_, sidestep 20 tools/memory_watcher/mini_disassembler.h namespace sidestep { sidestep 13 tools/memory_watcher/mini_disassembler_types.h namespace sidestep { sidestep 25 tools/memory_watcher/preamble_patcher.h namespace sidestep { sidestep 187 tools/traceline/traceline/main.cc sidestep::MiniDisassembler disas; sidestep 218 tools/traceline/traceline/main.cc &instr_bytes) != sidestep::IT_GENERIC) { sidestep 239 tools/traceline/traceline/main.cc &instr_bytes) != sidestep::IT_GENERIC) { sidestep 12 tools/traceline/traceline/sidestep/mini_disassembler.h namespace sidestep { sidestep 11 tools/traceline/traceline/sidestep/mini_disassembler_types.h namespace sidestep {