Searched refs:MinimalRangesCollection (Results 1 – 4 of 4) sorted by relevance
236 …public class MinimalRangesCollection : IReadOnlyMinimalRangesCollection, ICoalescable<MinimalRange… class238 public MinimalRangesCollection(IEnumerable<Range> rangeEnumerable = null) in MinimalRangesCollection() method in Antmicro.Renode.Core.MinimalRangesCollection270 public void Coalesce(MinimalRangesCollection source) in Coalesce()
179 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionAdd()202 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionRemoveOutside()216 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionRemoveSubrange()
1516 private readonly MinimalRangesCollection disabledMemory = new MinimalRangesCollection();1517 private readonly MinimalRangesCollection mappedMemory = new MinimalRangesCollection();
1878 …xt = new ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection>(() => new… in InitStructures()2087 …private ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection> lockedRang…