Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2175 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