Lines Matching refs:JSWasmCallNode
2002 DCHECK_EQ(JSWasmCallNode::TargetIndex(), 0);
2003 DCHECK_EQ(JSWasmCallNode::ReceiverIndex(), 1);
2004 DCHECK_EQ(JSWasmCallNode::FirstArgumentIndex(), 2);
2006 JSWasmCallNode n(node);
2017 ProcessInput<T>(node, JSWasmCallNode::TargetIndex(), UseInfo::Any());
2018 ProcessInput<T>(node, JSWasmCallNode::ReceiverIndex(), UseInfo::Any());
2026 ProcessInput<T>(node, JSWasmCallNode::ArgumentIndex(i), arg_use_info[i]);
2032 JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count);
2033 for (int i = JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count;
2051 JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn()));