Searched refs:insert_empty_struct (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/ |
| H A D | tests.rs | 324 types.insert_empty_struct(d, gd, false, None); // D in sort_types_by_supertype_orders_supertype_before_subtype_across_rec_groups() 391 types.insert_empty_struct(a, g_a, false, Some(d)); in fixup_breaks_one_edge_in_multi_rec_group_type_cycle() 394 types.insert_empty_struct(b, g_bc, false, None); in fixup_breaks_one_edge_in_multi_rec_group_type_cycle() 398 types.insert_empty_struct(d, g_d, false, Some(c)); in fixup_breaks_one_edge_in_multi_rec_group_type_cycle() 449 types.insert_empty_struct(d, g3, false, None); in sort_rec_groups_topo_orders_dependencies_first() 450 types.insert_empty_struct(e, g0, false, None); in sort_rec_groups_topo_orders_dependencies_first() 451 types.insert_empty_struct(f, g2, false, None); in sort_rec_groups_topo_orders_dependencies_first() 510 types.insert_empty_struct(a1, g0, false, None); in break_rec_group_cycles() 512 types.insert_empty_struct(b0, g1, false, None); in break_rec_group_cycles() 515 types.insert_empty_struct(c0, g2, false, None); in break_rec_group_cycles() [all …]
|
| H A D | mutator.rs | 42 types.insert_empty_struct(tid, gid, is_final, supertype); in add_struct() 235 types.insert_empty_struct(new_tid, new_gid, *is_final, mapped_super); in duplicate_group()
|
| H A D | types.rs | 165 pub fn insert_empty_struct( in insert_empty_struct() method
|