Searched refs:DumpPerformanceInfo (Results 1 – 4 of 4) sorted by relevance
112 virtual void DumpPerformanceInfo(std::ostream& os) REQUIRES(!pause_histogram_lock_);
283 void GarbageCollector::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::GarbageCollector
311 void DumpPerformanceInfo(std::ostream& os) override REQUIRES(!rb_slow_path_histogram_lock_);
1139 collector->DumpPerformanceInfo(os); in DumpGcPerformanceInfo()