Searched refs:StructNew (Results 1 – 6 of 6) sorted by relevance
49 GcOp::StructNew { type_index: 0 }, in test_ops()122 ops.ops = vec![GcOp::StructNew { type_index: 42 }]; in struct_new_removed_when_no_types()128 .all(|op| !matches!(op, GcOp::StructNew { .. })), in struct_new_removed_when_no_types()250 GcOp::StructNew { in fixup_check_types_and_indexes()268 GcOp::StructNew { type_index: 7 }, in fixup_check_types_and_indexes()276 GcOp::StructNew { type_index: 9 }, in fixup_check_types_and_indexes()
490 StructNew { type_index: u32 },836 Self::StructNew { type_index: x } => { in encode()837 func.instruction(&Instruction::StructNew(encoding_bases.struct_type_base + x)); in encode()
549 GcOp::StructNew { type_index: t }, in fixup()
280 ConstOp::StructNew { .. } in eval_loop()294 ConstOp::StructNew { struct_type_index } => { in eval_loop()
2015 StructNew { enumerator2059 O::StructNew { struct_type_index } => Self::StructNew { in from_wasmparser()
2692 Operator::StructNew { struct_type_index } => { in translate_operator()