Home
last modified time | relevance | path

Searched refs:InterpreterPushArgsThenCall (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-interpreter.cc14 Handle<Code> Builtins::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::Builtins
Dbuiltins.h70 Handle<Code> InterpreterPushArgsThenCall(ConvertReceiverMode receiver_mode,
Dbuiltins-definitions.h116 ASM(InterpreterPushArgsThenCall) \
/external/v8/src/
Dcode-factory.h85 static Callable InterpreterPushArgsThenCall(Isolate* isolate,
Dcode-factory.cc300 Callable CodeFactory::InterpreterPushArgsThenCall( in InterpreterPushArgsThenCall() function in v8::internal::CodeFactory
304 isolate->builtins()->InterpreterPushArgsThenCall(receiver_mode, mode), in InterpreterPushArgsThenCall()
Dinterface-descriptors.h69 V(InterpreterPushArgsThenCall) \
/external/v8/src/interpreter/
Dinterpreter-assembler.cc848 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch()
906 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch()