OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_func
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/interception/
interception_win.cc
265
uptr
orig_func
;
local
266
if (!GetFunctionAddressInDLLs(name, &
orig_func
))
268
return OverrideFunction(
orig_func
, new_func, orig_old_func);
/external/v8/src/
execution.cc
90
Object*
orig_func
= *new_target;
local
97
value = CALL_GENERATED_CODE(isolate, stub_entry,
orig_func
, func, recv,
/external/chromium-trace/catapult/third_party/Paste/paste/
registry.py
542
orig_func
= getattr(stacked, func_name)
544
stacked.__dict__[func_name + '_orig'] =
orig_func
Completed in 846 milliseconds