Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h224 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
233 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
Dheap.cc1892 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()
2819 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
/art/runtime/
Druntime.h574 bool HasStatsEnabled() const { in HasStatsEnabled() function
Dclass_linker.cc5608 const bool stats_enabled = runtime->HasStatsEnabled(); in InitializeClass()