Home
last modified time | relevance | path

Searched refs:total_capacity (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.cc840 size_t total_capacity = 0; in VerifyCountersAfterSweeping() local
845 total_capacity += page->area_size(); in VerifyCountersAfterSweeping()
859 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersAfterSweeping()
869 size_t total_capacity = 0; in VerifyCountersBeforeConcurrentSweeping() local
878 total_capacity += page->area_size(); in VerifyCountersBeforeConcurrentSweeping()
882 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCountersBeforeConcurrentSweeping()
H A Dread-only-spaces.cc562 size_t total_capacity = 0; in VerifyCounters() local
565 total_capacity += page->area_size(); in VerifyCounters()
579 DCHECK_EQ(total_capacity, accounting_stats_.Capacity()); in VerifyCounters()

Completed in 4 milliseconds