Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h206 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()
215 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
/art/runtime/
Druntime.h482 bool HasStatsEnabled() const { in HasStatsEnabled() function