Home
last modified time | relevance | path

Searched refs:wasm_arg_count (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc2010 int wasm_arg_count = static_cast<int>(wasm_signature->parameter_count()); in VisitJSWasmCall() local
2011 DCHECK_EQ(wasm_arg_count, n.ArgumentCount()); in VisitJSWasmCall()
2014 wasm_arg_count); in VisitJSWasmCall()
2021 for (int i = 0; i < wasm_arg_count; i++) { in VisitJSWasmCall()
2032 JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count); in VisitJSWasmCall()
2033 for (int i = JSWasmCallNode::FirstArgumentIndex() + wasm_arg_count; in VisitJSWasmCall()
H A Dwasm-compiler.cc7560 int wasm_arg_count = static_cast<int>(sig_->parameter_count());
7561 base::SmallVector<Node*, 16> args(wasm_arg_count + 4);

Completed in 24 milliseconds