Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc936 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()
Djs-call-reducer.cc4933 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()
Djs-operator.h1397 int LastArgumentIndex() const { in LastArgumentIndex() function