Searched refs:DumpPerformanceInfo (Results 1 – 5 of 5) sorted by relevance
109 virtual void DumpPerformanceInfo(std::ostream& os) REQUIRES(!pause_histogram_lock_);
213 void GarbageCollector::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::GarbageCollector
277 void DumpPerformanceInfo(std::ostream& os) OVERRIDE REQUIRES(!rb_slow_path_histogram_lock_);
2777 void ConcurrentCopying::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::ConcurrentCopying2778 GarbageCollector::DumpPerformanceInfo(os); in DumpPerformanceInfo()
1003 collector->DumpPerformanceInfo(os); in DumpGcPerformanceInfo()