Lines Matching defs:RegionBeg
348 const uptr From = Region->RegionBeg;
454 return getRegionInfo(ClassId)->RegionBeg;
478 uptr Begin = RegionInfoArray[I].RegionBeg;
506 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg;
563 // `RegionBeg` is initialized before thread creation and won't be changed.
564 uptr RegionBeg = 0;
630 Region->RegionBeg = MemMap.getBase();
632 Region->RegionBeg +=
1044 const uptr RegionBeg = Region->RegionBeg;
1053 const uptr RegionBase = RegionBeg - getRegionBaseByClassId(ClassId);
1060 RegionBeg + MappedUser, MapSize, "scudo:primary",
1083 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser;
1154 RegionPushedBytesDelta >> 10, Region->RegionBeg,
1162 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1209 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1244 Region->RegionBeg + I * GroupSize, Integral, Fractional);
1254 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1326 Region->RegionBeg,
1482 DCHECK_LE(Region->RegionBeg, BatchGroupBase);
1484 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U);
1640 roundUpSlow(LastGroupEnd - Region->RegionBeg, BlockSize) +
1641 Region->RegionBeg;
1643 const uptr ReleaseOffset = ReleaseBase - Region->RegionBeg;
1663 (BatchGroupUsedEnd - Region->RegionBeg) % BlockSize == 0;
1681 Region->RegionBeg, /*RegionIndex=*/0,
1689 BG.Batches, DecompactPtr, Region->RegionBeg, /*RegionIndex=*/0,