Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Diteration.h48 int64_t GetFreedBytes() const { in GetFreedBytes() function
Dgarbage_collector.cc164 int64_t freed_bytes = current_iteration->GetFreedBytes() + in Run()
/art/runtime/gc/
Dheap.cc2511 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in PreZygoteFork()
2792 total_bytes_freed_ever_ += GetCurrentGcIteration()->GetFreedBytes(); in CollectGarbageInternal()
2843 << PrettySize(current_gc_iteration_.GetFreedBytes()) << ") AllocSpace objects, " in LogGC()
3698 const uint64_t freed_bytes = current_gc_iteration_.GetFreedBytes() + in GrowForUtilization()