Searched refs:ArrayNewWithRtt (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | graph-builder-interface.cc | 1067 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()
|
| D | wasm-opcodes-inl.h | 405 CASE_OP(ArrayNewWithRtt, "array.new_with_rtt") in OpcodeName()
|
| D | wasm-opcodes.h | 686 V(ArrayNewWithRtt, 0xfb11, _) \
|
| D | function-body-decoder-impl.h | 1028 F(ArrayNewWithRtt, const ArrayIndexImmediate<validate>& imm, \ 4186 CALL_INTERFACE_IF_OK_AND_REACHABLE(ArrayNewWithRtt, imm, length,
|
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.h | 490 Node* ArrayNewWithRtt(uint32_t array_index, const wasm::ArrayType* type,
|
| D | wasm-compiler.cc | 5625 Node* WasmGraphBuilder::ArrayNewWithRtt(uint32_t array_index, in ArrayNewWithRtt() function in v8::internal::compiler::WasmGraphBuilder
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 5335 void ArrayNewWithRtt(FullDecoder* decoder, in ArrayNewWithRtt() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
|