Lines Matching refs:StorageType

20             FieldType::new(Mutability::Const, StorageType::I8),  in struct_new_with_fields()
21 FieldType::new(Mutability::Const, StorageType::ValType(ValType::I32)), in struct_new_with_fields()
22 FieldType::new(Mutability::Var, StorageType::ValType(ValType::ANYREF)), in struct_new_with_fields()
41 StorageType::ValType(ValType::ANYREF), in struct_new_unrooted_field()
63 StorageType::ValType(ValType::ANYREF), in struct_new_cross_store_field()
96 [FieldType::new(Mutability::Const, StorageType::I8)], in anyref_as_struct()
121 StorageType::ValType(ValType::I32), in struct_field_simple()
138 StorageType::ValType(ValType::I32), in struct_field_out_of_bounds()
154 StorageType::ValType(ValType::I32), in struct_field_on_unrooted()
174 StorageType::ValType(ValType::I32), in struct_set_field_simple()
192 StorageType::ValType(ValType::I32), in struct_set_field_out_of_bounds()
208 StorageType::ValType(ValType::I32), in struct_set_field_on_unrooted()
228 StorageType::ValType(ValType::ANYREF), in struct_set_field_with_unrooted()
249 StorageType::ValType(ValType::EXTERNREF), in struct_set_field_cross_store_value()
269 StorageType::ValType(ValType::I32), in struct_set_field_immutable()
285 StorageType::ValType(ValType::I32), in struct_set_field_wrong_type()
336 FieldType::new(Mutability::Const, StorageType::I8), in struct_fields_non_empty()
337 FieldType::new(Mutability::Var, StorageType::ValType(ValType::ANYREF)), in struct_fields_non_empty()
384 [FieldType::new(Mutability::Const, StorageType::I8)], in passing_structs_through_wasm_with_untyped_calls()
435 [FieldType::new(Mutability::Const, StorageType::I8)], in passing_structs_through_wasm_with_typed_calls()
483 [FieldType::new(Mutability::Const, StorageType::I8)], in host_sets_struct_global()
529 [FieldType::new(Mutability::Const, StorageType::I8)], in wasm_sets_struct_global()
579 [FieldType::new(Mutability::Const, StorageType::I8)], in host_sets_struct_in_table()
627 [FieldType::new(Mutability::Const, StorageType::I8)], in wasm_sets_struct_in_table()
670 [FieldType::new(Mutability::Const, StorageType::I8)], in instantiate_with_struct_global()