Searched refs:FirstArgumentIndex (Results 1 – 4 of 4) sorted by relevance
1387 static constexpr int FirstArgumentIndex() { in FirstArgumentIndex() function1390 static constexpr int ArgumentIndex(int i) { return FirstArgumentIndex() + i; } in ArgumentIndex()
2004 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()
2365 STATIC_ASSERT(JSCallNode::FirstArgumentIndex() == 2); in GetCallArgumentsFromRegisters()2658 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2); in GetConstructArgumentsFromRegister()
3091 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()