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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_test.cc 34 * Unit tests for PreamblePatcher
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
119 void * new_target = PreamblePatcher::ResolveTarget(target);
140 sidestep::PreamblePatcher::Patch(IncrementNumber,
155 sidestep::PreamblePatcher::Patch(JumpShortCondFunction,
169 sidestep::PreamblePatcher::Patch(JumpNearCondFunction,
184 sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction,
199 sidestep::PreamblePatcher::Patch(
216 sidestep::PreamblePatcher::Patch(IncrementNumber,
238 sidestep::PreamblePatcher::Patch(IncrementNumber
    [all...]
preamble_patcher.cc 34 * Implementation of PreamblePatcher
61 PreamblePatcher::PreamblePage* PreamblePatcher::preamble_pages_ = NULL;
62 long PreamblePatcher::granularity_ = 0;
63 long PreamblePatcher::pagesize_ = 0;
64 bool PreamblePatcher::initialized_ = false;
82 // See PreamblePatcher::RawPatchWithStub for more information.
83 void* PreamblePatcher::ResolveTargetImpl(unsigned char* target,
142 PreamblePatcher::FreePreambleBlock(array_);
156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections
    [all...]
auto_testing_hook.h 84 // production code. See PreamblePatcher class for details.
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function,
preamble_patcher.h 34 * Definition of PreamblePatcher
115 // original_func_stub = PreamblePatcher::Patch(
151 class PERFTOOLS_DLL_DECL PreamblePatcher {
164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original);
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
preamble_patcher_with_stub.cc 34 * Implementation of PreamblePatcher
55 SideStepError PreamblePatcher::RawPatchWithStub(
patch_functions.cc 134 using sidestep::PreamblePatcher;
488 windows_fn_[i] = PreamblePatcher::ResolveTarget(fn);
560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i],
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,
    [all...]
shortproc.asm 33 ; Unit tests for PreamblePatcher
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 34 * Unit tests for PreamblePatcher
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
119 void * new_target = PreamblePatcher::ResolveTarget(target);
140 sidestep::PreamblePatcher::Patch(IncrementNumber,
155 sidestep::PreamblePatcher::Patch(JumpShortCondFunction,
169 sidestep::PreamblePatcher::Patch(JumpNearCondFunction,
184 sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction,
199 sidestep::PreamblePatcher::Patch(
216 sidestep::PreamblePatcher::Patch(IncrementNumber,
238 sidestep::PreamblePatcher::Patch(IncrementNumber
    [all...]
preamble_patcher.cc 34 * Implementation of PreamblePatcher
61 PreamblePatcher::PreamblePage* PreamblePatcher::preamble_pages_ = NULL;
62 long PreamblePatcher::granularity_ = 0;
63 long PreamblePatcher::pagesize_ = 0;
64 bool PreamblePatcher::initialized_ = false;
82 // See PreamblePatcher::RawPatchWithStub for more information.
83 void* PreamblePatcher::ResolveTargetImpl(unsigned char* target,
142 PreamblePatcher::FreePreambleBlock(array_);
156 SideStepError PreamblePatcher::RawPatchWithStubAndProtections
    [all...]
auto_testing_hook.h 84 // production code. See PreamblePatcher class for details.
103 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Unpatch(
123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function,
preamble_patcher.h 34 * Definition of PreamblePatcher
115 // original_func_stub = PreamblePatcher::Patch(
151 class PERFTOOLS_DLL_DECL PreamblePatcher {
164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original);
440 // PreamblePatcher::RawPatchWithStub for more information. This parameter
preamble_patcher_with_stub.cc 34 * Implementation of PreamblePatcher
55 SideStepError PreamblePatcher::RawPatchWithStub(
patch_functions.cc 134 using sidestep::PreamblePatcher;
488 windows_fn_[i] = PreamblePatcher::ResolveTarget(fn);
560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i],
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
602 PreamblePatcher::Patch(function_info_[i].windows_fn,
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,
    [all...]
shortproc.asm 33 ; Unit tests for PreamblePatcher
  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher.h 5 // Definition of PreamblePatcher
59 class PreamblePatcher {
preamble_patcher_with_stub.cpp 5 // Implementation of PreamblePatcher
49 SideStepError PreamblePatcher::RawPatchWithStub(
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.cc 18 SideStepError PreamblePatcher::RawPatchWithStubAndProtections(
80 SideStepError PreamblePatcher::RawPatch(void* target_function,
129 //VLOG(1) << "PreamblePatcher::RawPatch successfully patched 0x"
135 SideStepError PreamblePatcher::Unpatch(void* target_function,
223 VLOG(1) << "PreamblePatcher::Unpatch successfully unpatched 0x"
preamble_patcher.h 6 * Definition of PreamblePatcher
66 // original_func_stub = PreamblePatcher::Patch(
102 class PreamblePatcher {
115 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original);
preamble_patcher_with_stub.cc 6 * Implementation of PreamblePatcher
19 SideStepError PreamblePatcher::RawPatchWithStub(
memory_hook.cc 122 sidestep::PreamblePatcher::Patch(original_function_,
129 sidestep::PreamblePatcher::Unpatch(original_function_,
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 56 sidestep::SideStepError rv = sidestep::PreamblePatcher::Patch(
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 578 sidestep::PreamblePatcher::Patch(

Completed in 2425 milliseconds