Searched refs:HasStatsEnabled (Results 1 – 3 of 3) sorted by relevance
127 if (Runtime::Current()->HasStatsEnabled()) { in AllocObjectWithAllocator()136 DCHECK(!Runtime::Current()->HasStatsEnabled()); in AllocObjectWithAllocator()
1206 if (Runtime::Current()->HasStatsEnabled()) { in RecordFree()2103 if (gc_cause == kGcCauseForAlloc && runtime->HasStatsEnabled()) { in CollectGarbageInternal()
385 bool HasStatsEnabled() const { in HasStatsEnabled() function