2 instantiations of RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (2)
123
return
new
(mapLevels: 2, maxSetBit: 31); // 0 indexed
127
return
new
(mapLevels: 5, maxSetBit: 56); // 0 indexed
4 references to RangeSectionMap
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.cs (3)
21
private readonly ExecutionManagerHelpers.
RangeSectionMap
_rangeSectionMapLookup;
30
_rangeSectionMapLookup = ExecutionManagerHelpers.
RangeSectionMap
.Create(_target);
149
internal static RangeSection Find(Target target, Data.RangeSectionMap topRangeSectionMap, ExecutionManagerHelpers.
RangeSectionMap
rangeSectionLookup, TargetCodePointer jittedCodeAddress)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (1)
119
public static
RangeSectionMap
Create(Target target)