Home
last modified time | relevance | path

Searched refs:DumpBlockingGcCountRateHistogram (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMDebug.cc355 heap->DumpBlockingGcCountRateHistogram(output); in VMDebug_getRuntimeStatInternal()
426 heap->DumpBlockingGcCountRateHistogram(output); in VMDebug_getRuntimeStatsInternal()
/art/runtime/gc/
Dheap.h857 void DumpBlockingGcCountRateHistogram(std::ostream& os) const REQUIRES(!*gc_complete_lock_);
Dheap.cc1318 void Heap::DumpBlockingGcCountRateHistogram(std::ostream& os) const { in DumpBlockingGcCountRateHistogram() function in art::gc::Heap