Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h761 void ResetGcPerformanceInfo() REQUIRES(!*gc_complete_lock_);
Dheap.cc1211 void Heap::ResetGcPerformanceInfo() { in ResetGcPerformanceInfo() function in art::gc::Heap
/art/runtime/
Druntime.cc1060 heap_->ResetGcPerformanceInfo(); in InitNonZygoteOrPostFork()