Searched refs:orig_func (Results 1 – 3 of 3) sorted by relevance
265 uptr orig_func; in OverrideFunction() local266 if (!GetFunctionAddressInDLLs(name, &orig_func)) in OverrideFunction()268 return OverrideFunction(orig_func, new_func, orig_old_func); in OverrideFunction()
542 orig_func = getattr(stacked, func_name)544 stacked.__dict__[func_name + '_orig'] = orig_func
90 Object* orig_func = *new_target; in Invoke() local97 value = CALL_GENERATED_CODE(isolate, stub_entry, orig_func, func, recv, in Invoke()