Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h602 void ResetGcPerformanceInfo();
Dheap.cc1015 void Heap::ResetGcPerformanceInfo() { in ResetGcPerformanceInfo() function in art::gc::Heap
/art/runtime/
Druntime.cc653 heap_->ResetGcPerformanceInfo(); in DidForkFromZygote()