Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc480 Node* WasmArrayElementOffset(Node* index, wasm::ValueType element_type) { in WasmArrayElementOffset() function in v8::internal::compiler::WasmGraphAssembler
5681 gasm_->WasmArrayElementOffset(Int32Constant(i), element_type); in ArrayInit()
6077 Node* offset = gasm_->WasmArrayElementOffset(index, type->element_type());
6092 Node* offset = gasm_->WasmArrayElementOffset(index, type->element_type());

Completed in 14 milliseconds