Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1387 static constexpr int FirstArgumentIndex() { in FirstArgumentIndex() function in v8::internal::compiler::JSCallOrConstructNode
1390 static constexpr int ArgumentIndex(int i) { return FirstArgumentIndex() + i; } in ArgumentIndex()
H A Dbytecode-graph-builder.cc2365 STATIC_ASSERT(JSCallNode::FirstArgumentIndex() == 2); in GetCallArgumentsFromRegisters()
2658 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2); in GetConstructArgumentsFromRegister()
H A 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()
H A Djs-call-reducer.cc3091 STATIC_ASSERT(JSConstructNode::FirstArgumentIndex() == 2);
3592 static_cast<int>(n.FirstArgumentIndex() + expected_arity);
4129 arraylike_or_spread_index - JSCallOrConstructNode::FirstArgumentIndex();

Completed in 27 milliseconds