Lines Matching defs:RegionIndex
461 const uptr RegionIndex = computeRegionId(Region);
462 if (RegionIndex < Sci->MinRegionIndex)
463 Sci->MinRegionIndex = RegionIndex;
464 if (RegionIndex > Sci->MaxRegionIndex)
465 Sci->MaxRegionIndex = RegionIndex;
467 PossibleRegions.set(RegionIndex, static_cast<u8>(ClassId + 1U));
908 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) {
910 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId;
996 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) {
998 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId;
1131 const uptr RegionIndex = (GroupBase - Base) / RegionSize;
1139 Context.markRangeAsAllCounted(GroupBase, To, GroupBase, RegionIndex,
1148 RegionIndex, AllocatedGroupSize,