Searched refs:DumpBlockingGcCountRateHistogram (Results 1 – 3 of 3) sorted by relevance
497 heap->DumpBlockingGcCountRateHistogram(output); in VMDebug_getRuntimeStatInternal()560 heap->DumpBlockingGcCountRateHistogram(output); in VMDebug_getRuntimeStatsInternal()
826 void DumpBlockingGcCountRateHistogram(std::ostream& os) const REQUIRES(!*gc_complete_lock_);
1256 void Heap::DumpBlockingGcCountRateHistogram(std::ostream& os) const { in DumpBlockingGcCountRateHistogram() function in art::gc::Heap