Home
last modified time | relevance | path

Searched refs:allocated_objects (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_stats.h69 allocated_objects = 0; in Clear()
92 uint64_t allocated_objects; member
Druntime.cc1999 return stats->allocated_objects; in GetStat()
/art/runtime/gc/
Dheap-inl.h175 ++thread_stats->allocated_objects; in AllocObjectWithAllocator()
178 ++global_stats->allocated_objects; in AllocObjectWithAllocator()