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.cc 71 total_freed_bytes_ = 0;
86 total_freed_bytes_ += current_iteration->GetFreedBytes() +
136 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1);
144 total_freed_bytes_ = 0;
garbage_collector.h 151 return total_freed_bytes_;
194 int64_t total_freed_bytes_; member in class:art::gc::collector::GarbageCollector

Completed in 52 milliseconds