Home | History | Annotate | Download | only in collector

Lines Matching refs:Iteration

34 Iteration::Iteration()
35 : duration_ns_(0), timings_("GC iteration timing logger", true, VLOG_IS_ON(heap)) {
39 void Iteration::Reset(GcCause gc_cause, bool clear_soft_references) {
49 uint64_t Iteration::GetEstimatedThroughput() const {
78 Iteration* current_iteration = GetCurrentIteration();
83 // Update cumulative statistics with how many bytes the GC iteration freed.
157 // Returns the current GC iteration and assocated info.
158 Iteration* GarbageCollector::GetCurrentIteration() {
161 const Iteration* GarbageCollector::GetCurrentIteration() const {