Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h206 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
215 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
Dheap.cc1696 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()
2618 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
/art/runtime/
Druntime.h482 bool HasStatsEnabled() const { in HasStatsEnabled() function
Dclass_linker.cc5394 const bool stats_enabled = runtime->HasStatsEnabled(); in InitializeClass()