Home
last modified time | relevance | path

Searched refs:JSWasmCallNode (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc93 JSWasmCallNode n(call); in InlineJSWasmCall()
402 JSWasmCallNode n(node); in ReduceJSWasmCall()
Dsimplified-lowering.cc2002 DCHECK_EQ(JSWasmCallNode::TargetIndex(), 0); in VisitJSWasmCall()
2003 DCHECK_EQ(JSWasmCallNode::ReceiverIndex(), 1); in VisitJSWasmCall()
2004 DCHECK_EQ(JSWasmCallNode::FirstArgumentIndex(), 2); in VisitJSWasmCall()
2006 JSWasmCallNode n(node); in VisitJSWasmCall()
2017 ProcessInput<T>(node, JSWasmCallNode::TargetIndex(), UseInfo::Any()); in VisitJSWasmCall()
2018 ProcessInput<T>(node, JSWasmCallNode::ReceiverIndex(), UseInfo::Any()); in VisitJSWasmCall()
2026 ProcessInput<T>(node, JSWasmCallNode::ArgumentIndex(i), arg_use_info[i]); in VisitJSWasmCall()
2032 JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count); in VisitJSWasmCall()
2033 for (int i = JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count; in VisitJSWasmCall()
2051 JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn())); in VisitJSWasmCall()
Djs-operator.cc720 JSWasmCallNode::kExtraInputCount; in input_count()
724 Type JSWasmCallNode::TypeForWasmReturnType(const wasm::ValueType& type) { in TypeForWasmReturnType()
Djs-operator.h1486 class JSWasmCallNode final : public JSCallOrConstructNode {
1488 explicit constexpr JSWasmCallNode(Node* node) : JSCallOrConstructNode(node) { in JSWasmCallNode() function
Dtyper.cc1003 return JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn()); in TypeJSWasmCall()
Djs-call-reducer.cc3586 DCHECK_EQ(actual_arity + JSWasmCallNode::kExtraInputCount - 1, in ReduceCallWasmFunction()