HomeSort by relevance Sort by last modified time
    Searched refs:total_freed_bytes_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/collector/
garbage_collector.h 86 return total_freed_bytes_;
151 int64_t total_freed_bytes_; member in class:art::gc::collector::GarbageCollector
garbage_collector.cc 82 total_freed_bytes_ = 0;
102 total_freed_bytes_ += current_iteration->GetFreedBytes() +
153 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1);
164 total_freed_bytes_ = 0;

Completed in 117 milliseconds