Home
last modified time | relevance | path

Searched defs:ModulePC (Results 1 – 5 of 5) 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()
118 pub struct ModulePC(u32); struct
120 impl ModulePC { impl
132 impl fmt::Debug for ModulePC { implementation
138 impl fmt::Display for ModulePC { implementation
H A Dframe_table.rs204 Vec<(ModulePC, FrameTableDescriptorIndex, FrameStackShape)>, in into_program_points()
268 pc: ModulePC, in lookup_breakpoint_patches_by_pc()
300 pub fn nearest_breakpoint(&self, pc: ModulePC) -> Option<ModulePC> { in nearest_breakpoint()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs283 frames: &[(ModulePC, FrameTableDescriptorIndex, FrameStackShape)], in add_program_point()
319 wasm_pc: ModulePC, in add_breakpoint_patch()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs548 ) -> Result<Option<(DefinedFuncIndex, ModulePC)>> { in wasm_function_index_and_pc() argument
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs1673 patch_table: &mut Vec<(ModulePC, Range<u32>)>, in clif_to_env_breakpoints()