Searched refs:StructNewWithRtt (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-init-expr.h | 99 static WasmInitExpr StructNewWithRtt(uint32_t index, in StructNewWithRtt() function
|
D | init-expr-interface.cc | 120 void InitExprInterface::StructNewWithRtt( in StructNewWithRtt() function in v8::internal::wasm::InitExprInterface
|
D | graph-builder-interface.cc | 1028 void StructNewWithRtt(FullDecoder* decoder, in StructNewWithRtt() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface 1036 result->node = builder_->StructNewWithRtt( in StructNewWithRtt() 1047 result->node = builder_->StructNewWithRtt( in StructNewDefault()
|
D | wasm-opcodes-inl.h | 397 CASE_OP(StructNewWithRtt, "struct.new_with_rtt") in OpcodeName()
|
D | wasm-opcodes.h | 678 V(StructNewWithRtt, 0xfb01, _) \
|
D | function-body-decoder-impl.h | 918 F(StructNewWithRtt, const StructIndexImmediate<validate>& imm, \ 4068 CALL_INTERFACE_IF_OK_AND_REACHABLE(StructNewWithRtt, imm, rtt,
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 482 Node* StructNewWithRtt(uint32_t struct_index, const wasm::StructType* type,
|
D | wasm-compiler.cc | 5591 Node* WasmGraphBuilder::StructNewWithRtt(uint32_t struct_index, in StructNewWithRtt() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 5224 void StructNewWithRtt(FullDecoder* decoder, in StructNewWithRtt() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler
|