Home
last modified time | relevance | path

Searched refs:module_memory_offsets (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs77 module_memory_offsets: PrimaryMap<StaticModuleIndex, ModuleMemoryOffset>, field
93 let mut module_memory_offsets = PrimaryMap::new(); in new() localVariable
119 let j = module_memory_offsets.push(memory_offset); in new()
142 module_memory_offsets, in new()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dsynthetic.rs119 match compilation.module_memory_offsets[module] { in create_vmctx_ptr_die()
H A Dmod.rs38 memory_offset: self.module_memory_offsets[module].clone(), in function_frame_info()