Searched refs:CallJSAndDispatch (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 171 void CallJSAndDispatch(compiler::Node* function, compiler::Node* context, 180 void CallJSAndDispatch(Node* function, Node* context, Node* arg_count,
|
D | interpreter-assembler.cc | 830 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(
|
D | interpreter-generator.cc | 1501 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()
|
D | interpreter-intrinsics-generator.cc | 286 __ CallJSAndDispatch(function, context, target_args, in Call() local
|