Lines Matching defs:RegionIndex
464 const uptr RegionIndex = computeRegionId(Region);
465 if (RegionIndex < Sci->MinRegionIndex)
466 Sci->MinRegionIndex = RegionIndex;
467 if (RegionIndex > Sci->MaxRegionIndex)
468 Sci->MaxRegionIndex = RegionIndex;
470 PossibleRegions.set(RegionIndex, static_cast<u8>(ClassId + 1U));
900 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) {
902 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId;
992 auto SkipRegion = [this, First, ClassId](uptr RegionIndex) {
994 return (PossibleRegions[First + RegionIndex] - 1U) != ClassId;
1126 const uptr RegionIndex = (GroupBase - Base) / RegionSize;
1134 Context.markRangeAsAllCounted(GroupBase, To, GroupBase, RegionIndex,
1143 RegionIndex, AllocatedGroupSize,