Searched refs:wasm_module_offset (Results 1 – 4 of 4) sorted by relevance
90 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()
60 pub wasm_module_offset: u64, field127 wasm_module_offset: 0, in new()
142 pub(crate) wasm_module_offset: u64, field293 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()
1223 translation.wasm_module_offset = u64::try_from(unchecked_range.start).unwrap(); in translate_payload()