Searched refs:DecreaseAllocatedBytes (Results 1 – 7 of 7) sorted by relevance
173 accounting_stats_.DecreaseAllocatedBytes(size_in_bytes, page); in NON_EXPORTED_BASE()196 void DecreaseAllocatedBytes(size_t bytes, Page* page) { in NON_EXPORTED_BASE()197 accounting_stats_.DecreaseAllocatedBytes(bytes, page); in NON_EXPORTED_BASE()
72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes() function
151 page->DecreaseAllocatedBytes(size_in_bytes); in Free()277 page->DecreaseAllocatedBytes(size_in_bytes); in Free()
321 void DecreaseAllocatedBytes(size_t bytes) { in DecreaseAllocatedBytes() function
265 DecreaseAllocatedBytes(old_counter - new_counter, page); in RefineAllocatedBytesAfterSweeping()297 DecreaseAllocatedBytes(page->allocated_bytes(), page); in RemovePage()
321 page->DecreaseAllocatedBytes(freed_bytes); in ClearMarkBitsAndHandleLivenessStatistics()
3932 heap()->old_space()->DecreaseAllocatedBytes(page->allocated_bytes(), in EvacuatePagesInParallel()