Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h759 void DumpGcPerformanceInfo(std::ostream& os)
Dheap.cc1142 void Heap::DumpGcPerformanceInfo(std::ostream& os) { in DumpGcPerformanceInfo() function in art::gc::Heap
3470 DumpGcPerformanceInfo(os); in DumpForSigQuit()
/art/runtime/
Druntime.cc349 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()