Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1067 void ArrayNewWithRtt(FullDecoder* decoder, in ArrayNewWithRtt() function
1071 result->node = builder_->ArrayNewWithRtt(imm.index, imm.array_type, in ArrayNewWithRtt()
1086 builder_->ArrayNewWithRtt(imm.index, imm.array_type, length.node, in ArrayNewDefault()
H A Dwasm-opcodes-inl.h405 CASE_OP(ArrayNewWithRtt, "array.new_with_rtt") in OpcodeName()
H A Dwasm-opcodes.h686 V(ArrayNewWithRtt, 0xfb11, _) \
H A Dfunction-body-decoder-impl.h1028 F(ArrayNewWithRtt, const ArrayIndexImmediate<validate>& imm, \
4186 CALL_INTERFACE_IF_OK_AND_REACHABLE(ArrayNewWithRtt, imm, length, in DecodeGCOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h490 Node* ArrayNewWithRtt(uint32_t array_index, const wasm::ArrayType* type,
H A Dwasm-compiler.cc5625 Node* WasmGraphBuilder::ArrayNewWithRtt(uint32_t array_index, in ArrayNewWithRtt() function in v8::internal::WasmGraphBuilder
5645 // ArrayNewWithRtt() in graph-builder-interface.cc to not mark the current in ArrayNewWithRtt()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5335 void ArrayNewWithRtt(FullDecoder* decoder,

Completed in 40 milliseconds