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

  /art/runtime/gc/collector/
garbage_collector.h 67 return freed_.bytes;
73 return freed_.objects;
100 ObjectBytePair freed_; member in class:art::gc::collector::Iteration
garbage_collector.cc 45 freed_ = ObjectBytePair();
51 return (static_cast<uint64_t>(freed_.bytes) * 1000) / (NsToMs(GetDurationNs()) + 1);
166 GetCurrentIteration()->freed_.Add(freed);

Completed in 69 milliseconds