Searched defs:InterpreterPushArgsAndCall (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcode-factory.cc564 Callable CodeFactory::InterpreterPushArgsAndCall(Isolate* isolate, function in class:v8::internal::CodeFactory
567 isolate->builtins()->InterpreterPushArgsAndCall(tail_call_mode),
H A Dbuiltins.cc5415 Handle<Code> Builtins::InterpreterPushArgsAndCall(TailCallMode tail_call_mode) { function in class:Builtins
5418 return InterpreterPushArgsAndCall();

Completed in 53 milliseconds