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

/art/runtime/
H A Druntime_stats.h81 gc_for_alloc_count = 0;
102 uint64_t gc_for_alloc_count; variable
H A Druntime.cc1284 return stats->gc_for_alloc_count;
/art/runtime/gc/
H A Dheap.cc2410 ++runtime->GetStats()->gc_for_alloc_count;
2411 ++self->GetStats()->gc_for_alloc_count;

Completed in 97 milliseconds