Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc1017 JSCallWithSpreadNode n(node); in LowerJSCallWithSpread()
Djs-operator.h1480 using JSCallWithSpreadNode = JSCallNodeBase<IrOpcode::kJSCallWithSpread>; variable
Dbytecode-graph-builder.cc2556 JSCallWithSpreadNode::ArityForArgc(arg_count), frequency, feedback, in VisitCallWithSpread()
2569 node = MakeNode(op, JSCallWithSpreadNode::ArityForArgc(arg_count), args); in VisitCallWithSpread()
Djs-call-reducer.cc4059 JSCallWithSpreadNode n(user); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4997 JSCallWithSpreadNode n(node); in ReduceJSCallWithSpread()