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

  /external/chromium_org/sandbox/win/src/sidestep/
preamble_patcher.h 61 // Patches target_function to point to replacement_function using a provided
65 static SideStepError Patch(T target_function, T replacement_function,
67 return RawPatchWithStub(target_function, replacement_function,
82 // target_function: A pointer to the function that should be
102 static SideStepError RawPatchWithStub(void* target_function,
preamble_patcher_with_stub.cpp 50 void* target_function,
55 if ((NULL == target_function) ||
80 unsigned char* target = reinterpret_cast<unsigned char*>(target_function);
168 // Inv: The memory pointed to by target_function now points to a relative
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
auto_testing_hook.h 88 static AutoTestingHookImpl<T> MakeTestingHook(T target_function,
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
94 static AutoTestingHookImpl<T>* MakeTestingHookHolder(T target_function,
97 return new AutoTestingHookImpl<T>(target_function,
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it)
118 : target_function_(target_function),
123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function,
preamble_patcher.h 167 static SideStepError Patch(T target_function,
173 return RawPatch((void*)(target_function),
237 // @param target_function A pointer to the function that should be
264 static SideStepError RawPatch(void* target_function,
268 // Unpatches target_function and deletes the stub that previously could be
273 // @param target_function Pointer to the target function which was
277 // @param replacement_function Pointer to the function target_function
292 static SideStepError Unpatch(void* target_function,
301 // @param target_function Pointer to a function.
303 // @return Either target_function (the input parameter), or i
    [all...]
preamble_patcher.cc 157 void* target_function, void *replacement_function,
161 // MAX_PREAMBLE_STUB_SIZE bytes of target_function
163 BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
173 SideStepError error_code = RawPatchWithStub(target_function,
182 succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
209 target_function,
221 SideStepError PreamblePatcher::RawPatch(void* target_function,
224 if (!target_function || !replacement_function || !original_function_stub ||
225 (*original_function_stub) || target_function == replacement_function) {
239 void* new_target = ResolveTarget(target_function);
    [all...]
preamble_patcher_with_stub.cc 56 void* target_function,
61 if ((NULL == target_function) ||
87 unsigned char* target = reinterpret_cast<unsigned char*>(target_function);
281 // Inv: The memory pointed to by target_function now points to a relative
287 // In 64-bit mode the memory pointed to by target_function *may* point to a
preamble_patcher_test.cc 62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
auto_testing_hook.h 88 static AutoTestingHookImpl<T> MakeTestingHook(T target_function,
91 return AutoTestingHookImpl<T>(target_function, replacement_function, do_it);
94 static AutoTestingHookImpl<T>* MakeTestingHookHolder(T target_function,
97 return new AutoTestingHookImpl<T>(target_function,
117 AutoTestingHookImpl(T target_function, T replacement_function, bool do_it)
118 : target_function_(target_function),
123 SIDESTEP_CHK(SIDESTEP_SUCCESS == PreamblePatcher::Patch(target_function,
preamble_patcher.h 167 static SideStepError Patch(T target_function,
173 return RawPatch((void*)(target_function),
237 // @param target_function A pointer to the function that should be
264 static SideStepError RawPatch(void* target_function,
268 // Unpatches target_function and deletes the stub that previously could be
273 // @param target_function Pointer to the target function which was
277 // @param replacement_function Pointer to the function target_function
292 static SideStepError Unpatch(void* target_function,
301 // @param target_function Pointer to a function.
303 // @return Either target_function (the input parameter), or i
    [all...]
preamble_patcher.cc 157 void* target_function, void *replacement_function,
161 // MAX_PREAMBLE_STUB_SIZE bytes of target_function
163 BOOL succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
173 SideStepError error_code = RawPatchWithStub(target_function,
182 succeeded = ::VirtualProtect(reinterpret_cast<void*>(target_function),
209 target_function,
221 SideStepError PreamblePatcher::RawPatch(void* target_function,
224 if (!target_function || !replacement_function || !original_function_stub ||
225 (*original_function_stub) || target_function == replacement_function) {
239 void* new_target = ResolveTarget(target_function);
    [all...]
preamble_patcher_with_stub.cc 56 void* target_function,
61 if ((NULL == target_function) ||
87 unsigned char* target = reinterpret_cast<unsigned char*>(target_function);
281 // Inv: The memory pointed to by target_function now points to a relative
287 // In 64-bit mode the memory pointed to by target_function *may* point to a
preamble_patcher_test.cc 62 #define UNPATCH(target_function, replacement_function, original_function_stub) \
63 sidestep::PreamblePatcher::Unpatch((void*)(target_function), \
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_disasm.c 302 char *target_function[16] = { variable
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 302 char *target_function[16] = { variable
    [all...]
  /external/chromium_org/v8/src/
debug.cc 2156 Handle<JSFunction> target_function; local
    [all...]

Completed in 249 milliseconds