Home
last modified time | relevance | path

Searched refs:lookup_stack_map (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode.rs488 pub(crate) fn lookup_stack_map(&self, pc: usize) -> Option<wasmtime_environ::StackMap<'_>> { in lookup_stack_map() method
H A Dstore.rs2149 if let Some(stack_map) = module_with_code.lookup_stack_map(pc) { in trace_wasm_stack_frame()