Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-operator.h1387 static constexpr int FirstArgumentIndex() { in FirstArgumentIndex() function
1390 static constexpr int ArgumentIndex(int i) { return FirstArgumentIndex() + i; } in ArgumentIndex()
Dsimplified-lowering.cc2004 DCHECK_EQ(JSWasmCallNode::FirstArgumentIndex(), 2); in VisitJSWasmCall()
2032 JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count); in VisitJSWasmCall()
2033 for (int i = JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count; in VisitJSWasmCall()
Dbytecode-graph-builder.cc2365 STATIC_ASSERT(JSCallNode::FirstArgumentIndex() == 2); in GetCallArgumentsFromRegisters()
2658 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2); in GetConstructArgumentsFromRegister()
Djs-call-reducer.cc3091 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2); in ReduceReflectConstruct()
3592 static_cast<int>(n.FirstArgumentIndex() + expected_arity); in ReduceCallWasmFunction()
4129 arraylike_or_spread_index - JSCallOrConstructNode::FirstArgumentIndex(); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()