Searched refs:cpuInStateCache (Results 1 – 1 of 1) sorted by relevance
2175 if(key != null && !cpuInStateCache.ContainsKey(key)) in TryGetValue()2177 cpuInStateCache[key] = new Dictionary<ulong, TValue>(); in TryGetValue()2179 var cache = key == null ? globalCache : cpuInStateCache[key]; in TryGetValue()2223 cpuInStateCache.Clear(); in DropCaches()2228 …private readonly Dictionary<IPeripheral, Dictionary<ulong, TValue>> cpuInStateCache = new Dictiona… field in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue