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