Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime_stats.h81 gc_for_alloc_count = 0; in Clear()
102 uint64_t gc_for_alloc_count; member
H A Druntime.cc2301 return stats->gc_for_alloc_count; in GetStat()
/aosp12/art/runtime/gc/
H A Dheap.cc2636 ++runtime->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()
2637 ++self->GetStats()->gc_for_alloc_count; in CollectGarbageInternal()