Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs489 fn frame_data<'a>(&self, store: &'a mut StoreOpaque) -> Result<&'a FrameData> { in frame_data() argument
623 by_pc: BTreeMap<StoreCodePC, Vec<FrameData>>,
639 ) -> &'a [FrameData] { in lookup_or_compute() argument
651 .map(|frame| FrameData::compute(frame, &module)) in lookup_or_compute()
699 struct FrameData { struct
721 impl FrameData { implementation
743 FrameData { in compute()