Searched refs:LastArgumentIndex (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-generic-lowering.cc | 936 DCHECK(n.FeedbackVectorIndex() > n.LastArgumentIndex()); in LowerJSConstructWithSpread() 938 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSConstructWithSpread() 1044 Node* spread = node->RemoveInput(n.LastArgumentIndex()); in LowerJSCallWithSpread()
|
D | js-call-reducer.cc | 4933 static_cast<Node*>(call)->RemoveInput(n.LastArgumentIndex()); in ReduceJSCallWithArrayLikeOrSpreadOfEmpty() 4991 node, n.ArgumentCount(), n.LastArgumentIndex(), p.frequency(), in ReduceJSCallWithArrayLike() 5006 node, n.ArgumentCount(), n.LastArgumentIndex(), p.frequency(), in ReduceJSCallWithSpread() 5446 const int arraylike_index = n.LastArgumentIndex(); in ReduceJSConstructWithArrayLike() 5457 const int spread_index = n.LastArgumentIndex(); in ReduceJSConstructWithSpread() 6751 node->InsertInput(graph()->zone(), n.LastArgumentIndex() + 1, in ReduceStringPrototypeLocaleCompare()
|
D | js-operator.h | 1397 int LastArgumentIndex() const { in LastArgumentIndex() function
|