Lines Matching defs:RegionBeg
348 const uptr From = Region->RegionBeg;
442 return getRegionInfo(ClassId)->RegionBeg;
466 uptr Begin = RegionInfoArray[I].RegionBeg;
494 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg;
546 // `RegionBeg` is initialized before thread creation and won't be changed.
547 uptr RegionBeg = 0;
616 Region->RegionBeg = MemMap.getBase();
618 Region->RegionBeg +=
1037 const uptr RegionBeg = Region->RegionBeg;
1046 const uptr RegionBase = RegionBeg - getRegionBaseByClassId(ClassId);
1053 RegionBeg + MappedUser, MapSize, "scudo:primary",
1076 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser;
1146 RegionPushedBytesDelta >> 10, Region->RegionBeg,
1154 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1202 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1263 Region->RegionBeg,
1379 DCHECK_LE(Region->RegionBeg, BatchGroupBase);
1381 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U);
1532 roundUpSlow(LastGroupEnd - Region->RegionBeg, BlockSize) +
1533 Region->RegionBeg;
1535 const uptr ReleaseOffset = ReleaseBase - Region->RegionBeg;
1555 (BatchGroupUsedEnd - Region->RegionBeg) % BlockSize == 0;
1573 Region->RegionBeg, /*RegionIndex=*/0,
1581 BG.Batches, DecompactPtr, Region->RegionBeg, /*RegionIndex=*/0,