Lines Matching refs:getCount
186 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly()
202 TotalBlocks += It.getCount(); in verifyAllBlocksAreReleasedTestOnly()
719 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount()); in pushBatchClassBlocks()
786 DCHECK_GE(BG->MaxCachedPerBatch, CurBatch->getCount());
788 static_cast<u16>(BG->MaxCachedPerBatch - CurBatch->getCount());
975 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl()
980 ? B->getCount() in popBlocksImpl()
981 : Min(MaxBlockCount, B->getCount()); in popBlocksImpl()
1385 BG->Batches.front()->getCount(); in collectGroupsToRelease()
1562 BG.Batches.front()->getCount(); in markFreeBlocks()
1567 DCHECK_EQ(It.getCount(), BG.MaxCachedPerBatch); in markFreeBlocks()
1568 for (u16 I = 0; I < It.getCount(); ++I) in markFreeBlocks()
1645 if (Cur->Batches.front()->getCount() == MaxCachedPerBatch) { in mergeGroupsToReleaseBack()
1650 const u16 NonFullBatchCount = NonFullBatch->getCount(); in mergeGroupsToReleaseBack()
1654 if (BG->Batches.front()->getCount() == MaxCachedPerBatch) { in mergeGroupsToReleaseBack()
1660 BG->Batches.front()->getCount()), in mergeGroupsToReleaseBack()