Searched refs:FrameDataCache (Results 1 – 2 of 2) sorted by relevance
620 pub(crate) struct FrameDataCache { struct626 impl FrameDataCache { argument627 pub(crate) fn new() -> FrameDataCache { in new()628 FrameDataCache { in new()
102 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