Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h751 void DumpGcPerformanceInfo(std::ostream& os)
Dheap.cc1189 void Heap::DumpGcPerformanceInfo(std::ostream& os) { in DumpGcPerformanceInfo() function in art::gc::Heap
3499 DumpGcPerformanceInfo(os); in DumpForSigQuit()
/art/runtime/
Druntime.cc361 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()