Searched refs:StructNewDefault (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-init-expr.h | 122 static WasmInitExpr StructNewDefault(uint32_t index) { in StructNewDefault() function in v8::internal::wasm::WasmInitExpr
|
H A D | init-expr-interface.cc | 161 void InitExprInterface::StructNewDefault( in StructNewDefault() function in v8::internal::wasm::InitExprInterface
|
H A D | wasm-opcodes-inl.h | 400 CASE_OP(StructNewDefault, "struct.new_default") in OpcodeName()
|
H A D | wasm-opcodes.h | 685 V(StructNewDefault, 0xfb08, _) \
|
H A D | graph-builder-interface.cc | 1039 void StructNewDefault(FullDecoder* decoder, in StructNewDefault() function
|
H A D | function-body-decoder-impl.h | 920 F(StructNewDefault, const StructIndexImmediate<validate>& imm, \ 4099 CALL_INTERFACE_IF_OK_AND_REACHABLE(StructNewDefault, imm, rtt, &value); in DecodeGCOpcode()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5230 void StructNewDefault(FullDecoder* decoder,
|
Completed in 23 milliseconds