Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.h150 void CallJSAndDispatch(TNode<Object> function, TNode<Context> context,
159 void CallJSAndDispatch(TNode<Object> function, TNode<Context> context,
Dinterpreter-assembler.cc707 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
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(
Dinterpreter-generator.cc1380 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()