Lines Matching refs:accounting_stats_
89 accounting_stats_.Clear(); in PagedSpace()
98 accounting_stats_.Clear(); in TearDown()
282 accounting_stats_.DecreaseCapacity(static_cast<intptr_t>(unused)); in ShrinkPageToHighWaterMark()
462 accounting_stats_.DecreaseCapacity(page->area_size()); in ReleasePage()
775 DCHECK_LE(real_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCountersAfterSweeping()
776 DCHECK_EQ(page->allocated_bytes(), accounting_stats_.AllocatedOnPage(page)); in VerifyCountersAfterSweeping()
778 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersAfterSweeping()
779 DCHECK_EQ(total_allocated, accounting_stats_.Size()); in VerifyCountersAfterSweeping()
799 DCHECK_EQ(page_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCountersBeforeConcurrentSweeping()
801 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersBeforeConcurrentSweeping()
802 DCHECK_EQ(total_allocated, accounting_stats_.Size()); in VerifyCountersBeforeConcurrentSweeping()