Home
last modified time | relevance | path

Searched refs:accounting_stats_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1185 accounting_stats_.Clear(); in AllocateChunk()
1205 accounting_stats_.Clear(); in AllocateChunk()
1235 accounting_stats_.IncreaseCapacity(added); in AllocateChunk()
1247 accounting_stats_.Merge(other->accounting_stats_); in AllocateChunk()
1248 other->accounting_stats_.Clear(); in AllocateChunk()
1318 accounting_stats_.DecreaseCapacity(static_cast<intptr_t>(unused)); in AllocateChunk()
1411 accounting_stats_.ExpandSpace(bytes); in AllocateChunk()
1432 accounting_stats_.ShrinkSpace(page->area_size()); in AllocateChunk()
Dspaces.h1932 size_t Capacity() { return accounting_stats_.Capacity(); } in Capacity()
1945 accounting_stats_.ClearSize(); in ClearStats()
1960 size_t Size() override { return accounting_stats_.Size(); } in Size()
2009 accounting_stats_.DeallocateBytes(size_in_bytes); in Free()
2037 void Allocate(int bytes) { accounting_stats_.AllocateBytes(bytes); } in Allocate()
2144 AllocationStats accounting_stats_; variable
Dmark-compact.cc3802 heap_->paged_space(space)->accounting_stats_.ShrinkSpace(to_sweep); in PrepareToBeSweptPage()