Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime_stats.h69 allocated_objects = 0; in Clear()
92 uint64_t allocated_objects; member
H A Druntime.cc2293 return stats->allocated_objects; in GetStat()
/aosp12/art/runtime/gc/
H A Dheap-inl.h225 ++thread_stats->allocated_objects; in AllocObjectWithAllocator()
228 ++global_stats->allocated_objects; in AllocObjectWithAllocator()