Home
last modified time | relevance | path

Searched refs:CallJSAndDispatch (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.h171 void CallJSAndDispatch(compiler::Node* function, compiler::Node* context,
180 void CallJSAndDispatch(Node* function, Node* context, Node* arg_count,
Dinterpreter-assembler.cc830 void InterpreterAssembler::CallJSAndDispatch( in CallJSAndDispatch() function in v8::internal::interpreter::InterpreterAssembler
860 void InterpreterAssembler::CallJSAndDispatch(Node* function, Node* context, in CallJSAndDispatch() function in v8::internal::interpreter::InterpreterAssembler
886 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch(
889 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch(
892 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch(
895 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch(
Dinterpreter-generator.cc1501 CallJSAndDispatch(function, context, args, receiver_mode); in JSCall()
1525 CallJSAndDispatch(function, context, Int32Constant(arg_count), in JSCallN()
1529 CallJSAndDispatch( in JSCallN()
1534 CallJSAndDispatch( in JSCallN()
1540 CallJSAndDispatch( in JSCallN()
1654 CallJSAndDispatch(function, context, args, in IGNITION_HANDLER()
Dinterpreter-intrinsics-generator.cc286 __ CallJSAndDispatch(function, context, target_args, in Call() local