Searched refs:JSWasmCallNode (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-inlining.cc | 93 JSWasmCallNode n(call); in InlineJSWasmCall() 402 JSWasmCallNode n(node); in ReduceJSWasmCall()
|
D | simplified-lowering.cc | 2002 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()
|
D | js-operator.cc | 720 JSWasmCallNode::kExtraInputCount; in input_count() 724 Type JSWasmCallNode::TypeForWasmReturnType(const wasm::ValueType& type) { in TypeForWasmReturnType()
|
D | js-operator.h | 1486 class JSWasmCallNode final : public JSCallOrConstructNode { 1488 explicit constexpr JSWasmCallNode(Node* node) : JSCallOrConstructNode(node) { in JSWasmCallNode() function
|
D | typer.cc | 1003 return JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn()); in TypeJSWasmCall()
|
D | js-call-reducer.cc | 3586 DCHECK_EQ(actual_arity + JSWasmCallNode::kExtraInputCount - 1, in ReduceCallWasmFunction()
|