Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h223 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
232 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
Dheap.cc1752 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()
2635 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
/art/runtime/
Druntime.h497 bool HasStatsEnabled() const { in HasStatsEnabled() function
Dclass_linker.cc5267 const bool stats_enabled = runtime->HasStatsEnabled(); in InitializeClass()