Home
last modified time | relevance | path

Searched refs:wasm_module_offset (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Daddress_map.rs90 pub fn to_module_pc(self, wasm_module_offset: u64) -> ModulePC { in to_module_pc()
91 let offset = u32::try_from(wasm_module_offset).unwrap(); in to_module_pc()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs60 pub wasm_module_offset: u64, field
127 wasm_module_offset: 0, in new()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dfunc_environ.rs142 pub(crate) wasm_module_offset: u64, field
293 wasm_module_offset: translation.wasm_module_offset, in new()
1246 let module_pc = component_pc.to_module_pc(self.wasm_module_offset); in debug_tags()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtranslate.rs1223 translation.wasm_module_offset = u64::try_from(unchecked_range.start).unwrap(); in translate_payload()