Home
last modified time | relevance | path

Searched refs:ArgumentIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.h1390 static constexpr int ArgumentIndex(int i) { return FirstArgumentIndex() + i; } in ArgumentIndex() function
1395 NodeProperties::GetValueInput(node(), ArgumentIndex(i))); in Argument()
1399 return ArgumentIndex(ArgumentCount() - 1); in LastArgumentIndex()
1416 return ArgumentIndex(argc - 1) + 1; in FeedbackVectorIndexForArgc()
Djs-inlining.cc269 params.push_back(node->InputAt(JSCallOrConstructNode::ArgumentIndex(i))); in CreateArtificialFrameState()
Djs-call-reducer.cc2610 node->ReplaceInput(n.ArgumentIndex(0), arguments_list); in ReduceFunctionPrototypeApply()
2611 while (arity-- > 1) node->RemoveInput(n.ArgumentIndex(1)); in ReduceFunctionPrototypeApply()
3104 node->ReplaceInput(JSConstructNode::ArgumentIndex(0), arg_argument_list); in ReduceReflectConstruct()
3600 int insertion_index = n.ArgumentIndex(n.ArgumentCount()); in ReduceCallWasmFunction()
4162 JSCallOrConstructNode::ArgumentIndex(argc++), it.node()); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4450 node->InsertInput(graph()->zone(), n.ArgumentIndex(i), value); in ReduceJSCall()
5141 node->RemoveInput(n.ArgumentIndex(i)); in ReduceJSConstruct()
5195 node->InsertInput(graph()->zone(), n.ArgumentIndex(i), args[i]); in ReduceJSConstruct()
5238 node->InsertInput(graph()->zone(), n.ArgumentIndex(i), value); in ReduceJSConstruct()
6749 node->RemoveInput(n.ArgumentIndex(2)); in ReduceStringPrototypeLocaleCompare()
Djs-native-context-specialization.cc489 node->ReplaceInput(JSCallNode::ArgumentIndex(0), object); in ReduceJSInstanceOf()
Dsimplified-lowering.cc2026 ProcessInput<T>(node, JSWasmCallNode::ArgumentIndex(i), arg_use_info[i]); in VisitJSWasmCall()