Searched refs:LastArgumentIndex (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A 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()
|
H A D | js-call-reducer.cc | 4933 static_cast<Node*>(call)->RemoveInput(n.LastArgumentIndex()); 4991 node, n.ArgumentCount(), n.LastArgumentIndex(), p.frequency(), 5006 node, n.ArgumentCount(), n.LastArgumentIndex(), p.frequency(), 5446 const int arraylike_index = n.LastArgumentIndex(); 5457 const int spread_index = n.LastArgumentIndex(); 6751 node->InsertInput(graph()->zone(), n.LastArgumentIndex() + 1,
|
H A D | js-operator.h | 1397 int LastArgumentIndex() const { in LastArgumentIndex() function in v8::internal::compiler::JSCallOrConstructNode
|
Completed in 15 milliseconds