| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | code.rs | 126 types: Types, 133 types: Types, in new() argument 147 pub fn types(&self) -> &Types { in types() argument 273 pub enum Types { enum 279 impl Types { implementation 282 Types::Module(m) => m, in module_types() 289 impl From<ModuleTypes> for Types { implementation 290 fn from(types: ModuleTypes) -> Types { in from() argument 291 Types::Module(types) in from() 296 impl From<Arc<ComponentTypes>> for Types { implementation [all …]
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/ |
| H A D | mutator.rs | 4 use crate::generators::gc_ops::types::{TypeId, Types}; 21 types: &mut Types, in add_struct() argument 50 fn remove_struct(&mut self, c: &mut Candidates<'_>, types: &mut Types) -> mutatis::Result<()> { in remove_struct() 69 types: &mut Types, in swap_within_group() argument 128 types: &mut Types, in move_between_groups() argument 183 types: &mut Types, in duplicate_group() argument 248 fn remove_group(&mut self, c: &mut Candidates<'_>, types: &mut Types) -> mutatis::Result<()> { in remove_group() 272 fn merge_groups(&mut self, c: &mut Candidates<'_>, types: &mut Types) -> mutatis::Result<()> { in merge_groups() 314 types: &mut Types, in split_group() argument 382 types: &mut Types, in mutate_with_limits() argument
|
| H A D | tests.rs | 4 types::{RecGroupId, TypeId, Types}, 23 types: Types::new(), in empty_test_ops() 51 types: Types::new(), in test_ops() 305 let mut types = Types::new(); in sort_types_by_supertype_orders_supertype_before_subtype_across_rec_groups() 341 let mut types = Types::new(); in fixup_preserves_subtyping_within_same_rec_group() 375 let mut types = Types::new(); in fixup_breaks_one_edge_in_multi_rec_group_type_cycle() 427 let mut types = Types::new(); in sort_rec_groups_topo_orders_dependencies_first() 466 let mut types = Types::new(); in break_rec_group_cycles()
|
| H A D | types.rs | 116 pub struct Types { struct 123 impl Types { impl
|
| H A D | ops.rs | 6 types::{CompositeType, RecGroupId, StructType, TypeId, Types}, 36 pub(crate) types: Types,
|
| /wasmtime-44.0.1/crates/wit-bindgen/src/ |
| H A D | types.rs | 5 pub struct Types { struct 45 impl Types { impl
|
| H A D | lib.rs | 9 use crate::types::{TypeInfo, Types}; 74 types: Types,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | component.rs | 493 crate::code::Types::Component(types) => types, in types() 496 crate::code::Types::Module(_) => unreachable!(), in types()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_environ.rs | 25 Validator, ValidatorResources, types::Types, 118 types: Option<Types>, 144 pub fn get_types(&self) -> &Types { in get_types() argument
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | translate.rs | 20 use wasmparser::types::Types; 169 types: Option<Types>,
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | prelude_lower.isle | 4 ;;;; Primitive and External Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 182 ;;;; Common Mach Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
| H A D | prelude.isle | 7 ;;;; Primitive and External Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | http.wit | 53 /// These cases are inspired by the IANA HTTP Proxy Error Types:
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | http.wit | 61 /// These cases are inspired by the IANA HTTP Proxy Error Types:
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 624 ### Why Types? 718 ### A Note on Heterogeneous Types
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | inst.isle | 1641 ;; Types that can be operated on using 32-bit GPR instructions 1645 ;; Types that can be operated on using 64-bit GPR instructions 1649 ;; Types that can be operated on using 128-bit vector instructions
|