Lines Matching defs:BatchGroupBase
1377 const uptr BatchGroupBase =
1379 DCHECK_LE(Region->RegionBeg, BatchGroupBase);
1380 DCHECK_GE(AllocatedUserEnd, BatchGroupBase);
1381 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U);
1402 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1405 : AllocatedUserEnd - BatchGroupBase;
1545 const uptr BatchGroupBase =
1547 const uptr BatchGroupEnd = BatchGroupBase + GroupSize;
1550 : AllocatedUserEnd - BatchGroupBase;
1551 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize;
1572 Context.markRangeAsAllCounted(BatchGroupBase, BatchGroupUsedEnd,