Home
last modified time | relevance | path

Searched defs:StaticModuleIndex (Results 1 – 16 of 16) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs83 translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, in new()
85 StaticModuleIndex, in new()
170 module: StaticModuleIndex, in function()
H A Dcompiler.rs661 translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, in append_dwarf()
663 StaticModuleIndex, in append_dwarf()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dsynthetic.rs34 module: StaticModuleIndex, in new()
84 module: StaticModuleIndex, in create_vmctx_ptr_die()
H A Dsimulate.rs33 addr_tr: &PrimaryMap<StaticModuleIndex, AddressTransform>, in generate_line_info()
290 addr_tr: &PrimaryMap<StaticModuleIndex, AddressTransform>, in generate_simulated_dwarf()
293 vmctx_ptr_die_refs: &PrimaryMap<StaticModuleIndex, write::DebugInfoRef>, in generate_simulated_dwarf()
H A Dmod.rs31 module: StaticModuleIndex, in function_frame_info()
H A Dunit.rs263 module: StaticModuleIndex, in clone_unit()
H A Daddress_transform.rs193 module: StaticModuleIndex, in build_function_addr_map()
/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs224 _translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, in append_dwarf()
226 StaticModuleIndex, in append_dwarf()
369 translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, in append_dwarf()
371 StaticModuleIndex, in append_dwarf()
/wasmtime-44.0.1/crates/environ/src/
H A Dkey.rs488 pub fn unwrap_defined_wasm_function(self) -> (StaticModuleIndex, DefinedFuncIndex) { in unwrap_defined_wasm_function()
496 pub fn unwrap_array_to_wasm_trampoline(self) -> (StaticModuleIndex, DefinedFuncIndex) { in unwrap_array_to_wasm_trampoline()
H A Dtypes.rs1715 pub struct StaticModuleIndex(u32); struct
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs443 translations: &'a PrimaryMap<StaticModuleIndex, ModuleTranslation<'a>>, in append_dwarf()
445 StaticModuleIndex, in append_dwarf()
H A Dmodule_environ.rs151 pub fn module_index(&self) -> StaticModuleIndex { in module_index()
213 module_index: StaticModuleIndex, in new()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs94 fn module_index(&self) -> StaticModuleIndex { in module_index()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs1068 translations: PrimaryMap<StaticModuleIndex, ModuleTranslation<'_>>, in link_and_append_code()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs57 nested_modules: &PrimaryMap<StaticModuleIndex, ModuleTranslation<'_>>, in run()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs497 PrimaryMap<StaticModuleIndex, ModuleTranslation<'data>>, in translate()