Home
last modified time | relevance | path

Searched refs:module_types_builder (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/fact/
H A Dsignature.rs30 let f = &self.module_types_builder()[options.options.core_type] in signature()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs1205 self.types.module_types_builder(), in translate_payload()
1601 .module_types_builder() in canonical_options()
1631 self.types.module_types_builder().intern_type(types, id) in core_func_signature()
1763 pub fn module_types_builder(&mut self) -> &mut ModuleTypesBuilder { in module_types_builder() method
H A Dtypes_builder.rs189 pub fn module_types_builder(&self) -> &ModuleTypesBuilder { in module_types_builder() method
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dadapt.rs243 self.types.module_types_builder(), in partition_adapter_modules()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs306 ret.collect_inputs_in_translations(types.module_types_builder(), module_translations); in for_component()