Searched refs:ArrayNewWithRtt (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 1067 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 D | wasm-opcodes-inl.h | 405 CASE_OP(ArrayNewWithRtt, "array.new_with_rtt") in OpcodeName()
|
H A D | wasm-opcodes.h | 686 V(ArrayNewWithRtt, 0xfb11, _) \
|
H A D | function-body-decoder-impl.h | 1028 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 D | wasm-compiler.h | 490 Node* ArrayNewWithRtt(uint32_t array_index, const wasm::ArrayType* type,
|
H A D | wasm-compiler.cc | 5625 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 D | liftoff-compiler.cc | 5335 void ArrayNewWithRtt(FullDecoder* decoder,
|
Completed in 40 milliseconds