Home
last modified time | relevance | path

Searched refs:DumpPerformanceInfo (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.h186 virtual void DumpPerformanceInfo(std::ostream& os) REQUIRES(!pause_histogram_lock_);
Dgarbage_collector.cc212 void GarbageCollector::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::GarbageCollector
Dconcurrent_copying.h255 void DumpPerformanceInfo(std::ostream& os) OVERRIDE REQUIRES(!rb_slow_path_histogram_lock_);
Dconcurrent_copying.cc2585 void ConcurrentCopying::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::ConcurrentCopying
2586 GarbageCollector::DumpPerformanceInfo(os); in DumpPerformanceInfo()
/art/runtime/gc/
Dheap.cc1092 collector->DumpPerformanceInfo(os); in DumpGcPerformanceInfo()