Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs620 pub(crate) struct FrameDataCache { struct
626 impl FrameDataCache { argument
627 pub(crate) fn new() -> FrameDataCache { in new()
628 FrameDataCache { in new()
H A Dstore.rs102 use crate::{BreakpointState, DebugHandler, FrameDataCache};
571 frame_data_cache: FrameDataCache,
780 frame_data_cache: FrameDataCache::new(), in try_new()
1692 ) -> (&mut FrameDataCache, &ModuleRegistry) { in frame_data_cache_mut_and_registry() argument