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

  /art/runtime/gc/collector/
iteration.h 48 return freed_.bytes;
54 return freed_.objects;
87 ObjectBytePair freed_; member in class:art::gc::collector::Iteration
garbage_collector.cc 54 freed_ = ObjectBytePair();
61 return (static_cast<uint64_t>(freed_.bytes) * 1000) / (NsToMs(GetDurationNs()) + 1);
200 GetCurrentIteration()->freed_.Add(freed);

Completed in 192 milliseconds