Searched refs:last_update_time_gc_count_rate_histograms_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.cc209 last_update_time_gc_count_rate_histograms_( // Round down by the window duration.
1027 last_update_time_gc_count_rate_histograms_ = // Round down by the window duration.
2548 DCHECK_EQ(last_update_time_gc_count_rate_histograms_ % kGcCountRateHistogramWindowDuration, 0U);
2550 DCHECK_GE(now, last_update_time_gc_count_rate_histograms_);
2551 uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_;
2564 last_update_time_gc_count_rate_histograms_ =
2569 DCHECK_EQ(last_update_time_gc_count_rate_histograms_ % kGcCountRateHistogramWindowDuration, 0U);
H A Dheap.h1190 uint64_t last_update_time_gc_count_rate_histograms_; member in class:art::gc::Heap

Completed in 38 milliseconds