Lines Matching defs:BatchGroupBase
1480 const uptr BatchGroupBase =
1482 DCHECK_LE(Region->RegionBeg, BatchGroupBase);
1483 DCHECK_GE(AllocatedUserEnd, BatchGroupBase);
1484 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U);
1510 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1513 : AllocatedUserEnd - BatchGroupBase;
1653 const uptr BatchGroupBase =
1655 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1658 : AllocatedUserEnd - BatchGroupBase;
1659 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize;
1680 Context.markRangeAsAllCounted(BatchGroupBase, BatchGroupUsedEnd,