Searched refs:unswept_free_bytes_ (Results 1 – 2 of 2) sorted by relevance
1832 void IncrementUnsweptFreeBytes(intptr_t by) { unswept_free_bytes_ += by; } in IncrementUnsweptFreeBytes()1836 unswept_free_bytes_ += (p->area_size() - p->LiveBytes()); in IncreaseUnsweptFreeBytes()1839 void DecrementUnsweptFreeBytes(intptr_t by) { unswept_free_bytes_ -= by; } in DecrementUnsweptFreeBytes()1843 unswept_free_bytes_ -= (p->area_size() - p->LiveBytes()); in DecreaseUnsweptFreeBytes()1846 void ResetUnsweptFreeBytes() { unswept_free_bytes_ = 0; } in ResetUnsweptFreeBytes()1901 intptr_t unswept_free_bytes_; variable
884 unswept_free_bytes_(0), in PagedSpace()2495 unswept_free_bytes_ = 0; in PrepareForMarkCompact()2504 (unswept_free_bytes_ == 0)); in SizeOfObjects()2505 return Size() - unswept_free_bytes_ - (limit() - top()); in SizeOfObjects()