Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dthrow.rs57 let (module, rel_pc) = nogc.modules().module_and_code_by_pc(frame.pc())?; in compute_handler()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/module/
H A Dregistry.rs135 pub fn module_and_code_by_pc<'a>(&'a self, pc: usize) -> Option<(ModuleWithCode<'a>, usize)> { in module_and_code_by_pc() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs677 .module_and_code_by_pc(pc) in decode()
H A Dstore.rs2146 .module_and_code_by_pc(pc) in trace_wasm_stack_frame()