Lines Matching refs:Mutability
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()
40 Mutability::Var, in struct_new_unrooted_field()
62 Mutability::Var, in struct_new_cross_store_field()
96 [FieldType::new(Mutability::Const, StorageType::I8)], in anyref_as_struct()
120 Mutability::Var, in struct_field_simple()
137 Mutability::Var, in struct_field_out_of_bounds()
153 Mutability::Var, in struct_field_on_unrooted()
173 Mutability::Var, in struct_set_field_simple()
191 Mutability::Var, in struct_set_field_out_of_bounds()
207 Mutability::Var, in struct_set_field_on_unrooted()
227 Mutability::Var, in struct_set_field_with_unrooted()
248 Mutability::Var, in struct_set_field_cross_store_value()
268 Mutability::Const, in struct_set_field_immutable()
284 Mutability::Const, 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()
677 Mutability::Const, in instantiate_with_struct_global()
708 [FieldType::new(Mutability::Var, RefType::FUNCREF.into())], in can_put_funcrefs_in_structs()