Home
last modified time | relevance | path

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

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