Searched refs:hooksOnWrite (Results 1 – 1 of 1) sorted by relevance
53 hooksOnWrite = new Dictionary<ulong, List<BusHookHandler>>(); in SystemBus()914 dictionariesToUpdate.Add(hooksOnWrite); in AddWatchpointHook()932 foreach(var hookDictionary in new [] { hooksOnRead, hooksOnWrite }) in RemoveWatchpointHook()952 hooksOnWrite.Remove(address); in RemoveAllWatchpointHooks()971 return hooksOnWrite.TryGetValue(address, out result); in TryGetWatchpointsAt()1826 … foreach(var address in hooksOnRead.Select(x => x.Key).Union(hooksOnWrite.Select(x => x.Key))) in UpdatePageAccesses()1871 hooksOnWrite.Clear(); in InitStructures()2246 private readonly Dictionary<ulong, List<BusHookHandler>> hooksOnWrite; field in Antmicro.Renode.Peripherals.Bus.SystemBus