Searched defs:ModulePC (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | address_map.rs | 90 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 D | frame_table.rs | 204 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 D | frame_table.rs | 283 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 D | debug.rs | 548 ) -> Result<Option<(DefinedFuncIndex, ModulePC)>> { in wasm_function_index_and_pc() argument
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 1673 patch_table: &mut Vec<(ModulePC, Range<u32>)>, in clif_to_env_breakpoints()
|