Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 16 of 16) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode.rs126 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 Dmutator.rs4 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 Dtests.rs4 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 Dtypes.rs116 pub struct Types { struct
123 impl Types { impl
H A Dops.rs6 types::{CompositeType, RecGroupId, StructType, TypeId, Types},
36 pub(crate) types: Types,
/wasmtime-44.0.1/crates/wit-bindgen/src/
H A Dtypes.rs5 pub struct Types { struct
45 impl Types { impl
H A Dlib.rs9 use crate::types::{TypeInfo, Types};
74 types: Types,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs493 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 Dmodule_environ.rs25 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 Dtranslate.rs20 use wasmparser::types::Types;
169 types: Option<Types>,
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dprelude_lower.isle4 ;;;; Primitive and External Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
182 ;;;; Common Mach Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
H A Dprelude.isle7 ;;;; Primitive and External Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dhttp.wit53 /// These cases are inspired by the IANA HTTP Proxy Error Types:
/wasmtime-44.0.1/crates/wasi-http/wit/deps/
H A Dhttp.wit61 /// These cases are inspired by the IANA HTTP Proxy Error Types:
/wasmtime-44.0.1/cranelift/isle/docs/
H A Dlanguage-reference.md624 ### Why Types?
718 ### A Note on Heterogeneous Types
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dinst.isle1641 ;; 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