Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h172 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
181 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
Dheap.cc1527 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()
2548 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
/art/runtime/
Druntime.h426 bool HasStatsEnabled() const { in HasStatsEnabled() function