OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_func
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
execution.cc
137
Object*
orig_func
= *new_target;
local
145
value = CALL_GENERATED_CODE(isolate, stub_entry,
orig_func
, func, recv,
/external/compiler-rt/lib/interception/
interception_win.cc
833
uptr
orig_func
;
local
834
if (!GetFunctionAddressInDLLs(name, &
orig_func
))
836
return OverrideFunction(
orig_func
, new_func, orig_old_func);
Completed in 188 milliseconds