Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs236 …public class MinimalRangesCollection : IReadOnlyMinimalRangesCollection, ICoalescable<MinimalRange… class
238 public MinimalRangesCollection(IEnumerable<Range> rangeEnumerable = null) in MinimalRangesCollection() method in Antmicro.Renode.Core.MinimalRangesCollection
270 public void Coalesce(MinimalRangesCollection source) in Coalesce()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DRangeTests.cs179 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionAdd()
202 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionRemoveOutside()
216 var ranges = new MinimalRangesCollection(); in MinimalRangesCollectionRemoveSubrange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1516 private readonly MinimalRangesCollection disabledMemory = new MinimalRangesCollection();
1517 private readonly MinimalRangesCollection mappedMemory = new MinimalRangesCollection();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1878 …xt = new ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection>(() => new… in InitStructures()
2087 …private ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection> lockedRang…