OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawPatch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/memory_watcher/
preamble_patcher.h
105
// This is a typesafe version of
RawPatch
(), identical in all other
124
return
RawPatch
((void*)(target_function),
130
// preamble patching. Uses
RawPatch
() to do the actual patching
176
return
RawPatch
((void*)existing_function, (void*)replacement_function,
213
static SideStepError
RawPatch
(void* target_function,
248
// a jump to a different function. This is similar to the
RawPatch
preamble_patcher.cc
80
SideStepError PreamblePatcher::
RawPatch
(void* target_function,
129
//VLOG(1) << "PreamblePatcher::
RawPatch
successfully patched 0x"
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h
154
// This is a typesafe version of
RawPatch
(), identical in all other
173
return
RawPatch
((void*)(target_function),
179
// preamble patching. Uses
RawPatch
() to do the actual patching
227
return
RawPatch
((void*)existing_function, (void*)replacement_function,
264
static SideStepError
RawPatch
(void* target_function,
362
// a jump to a different function. This is similar to the
RawPatch
preamble_patcher.cc
221
SideStepError PreamblePatcher::
RawPatch
(void* target_function,
282
SIDESTEP_LOG("PreamblePatcher::
RawPatch
successfully patched.");
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h
154
// This is a typesafe version of
RawPatch
(), identical in all other
173
return
RawPatch
((void*)(target_function),
179
// preamble patching. Uses
RawPatch
() to do the actual patching
227
return
RawPatch
((void*)existing_function, (void*)replacement_function,
264
static SideStepError
RawPatch
(void* target_function,
362
// a jump to a different function. This is similar to the
RawPatch
preamble_patcher.cc
221
SideStepError PreamblePatcher::
RawPatch
(void* target_function,
282
SIDESTEP_LOG("PreamblePatcher::
RawPatch
successfully patched.");
Completed in 52 milliseconds