Searched refs:CallJSAndDispatch (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.h | 150 void CallJSAndDispatch(TNode<Object> function, TNode<Context> context, 159 void CallJSAndDispatch(TNode<Object> function, TNode<Context> context,
|
H A D | interpreter-assembler.cc | 707 void InterpreterAssembler::CallJSAndDispatch( in CallJSAndDispatch() function in v8::internal::interpreter::InterpreterAssembler 734 void InterpreterAssembler::CallJSAndDispatch(TNode<Object> function, in CallJSAndDispatch() function in v8::internal::interpreter::InterpreterAssembler 761 // Instantiate CallJSAndDispatch() for argument counts used by interpreter 763 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch( 766 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch( 769 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch( 772 template V8_EXPORT_PRIVATE void InterpreterAssembler::CallJSAndDispatch(
|
H A D | interpreter-generator.cc | 1380 CallJSAndDispatch(function, context, args, receiver_mode); in JSCall() 1410 CallJSAndDispatch(function, context, Int32Constant(arg_count), in JSCallN() 1414 CallJSAndDispatch( in JSCallN() 1419 CallJSAndDispatch( in JSCallN() 1425 CallJSAndDispatch( in JSCallN() 1541 CallJSAndDispatch(function, context, args, in IGNITION_HANDLER()
|
Completed in 11 milliseconds