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

/art/runtime/gc/collector/
H A Dgarbage_collector.cc76 total_freed_bytes_ = 0;
93 total_freed_bytes_ += current_iteration->GetFreedBytes() +
143 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1);
154 total_freed_bytes_ = 0;
H A Dgarbage_collector.h161 return total_freed_bytes_;
217 int64_t total_freed_bytes_; member in class:art::gc::collector::GarbageCollector

Completed in 3507 milliseconds