HomeSort by relevance Sort by last modified time
    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