Searched refs:gc_count (Results 1 – 2 of 2) sorted by relevance
181 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count"); in testRuntimeStat() local190 checkNumber(gc_count); in testRuntimeStat()208 String gc_count = map.get("art.gc.gc-count"); in testRuntimeStats() local217 checkNumber(gc_count); in testRuntimeStats()
1168 uint64_t gc_count = 0U; in GetGcCount() local1170 gc_count += collector->GetCumulativeTimings().GetIterations(); in GetGcCount()1172 return gc_count; in GetGcCount()