Lines Matching refs:FieldType
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()
39 [FieldType::new( in struct_new_unrooted_field()
61 [FieldType::new( in struct_new_cross_store_field()
96 [FieldType::new(Mutability::Const, StorageType::I8)], in anyref_as_struct()
119 [FieldType::new( in struct_field_simple()
136 [FieldType::new( in struct_field_out_of_bounds()
152 [FieldType::new( in struct_field_on_unrooted()
172 [FieldType::new( in struct_set_field_simple()
190 [FieldType::new( in struct_set_field_out_of_bounds()
206 [FieldType::new( in struct_set_field_on_unrooted()
226 [FieldType::new( in struct_set_field_with_unrooted()
247 [FieldType::new( in struct_set_field_cross_store_value()
267 [FieldType::new( in struct_set_field_immutable()
283 [FieldType::new( 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()
708 [FieldType::new(Mutability::Var, RefType::FUNCREF.into())], in can_put_funcrefs_in_structs()