Searched refs:gc_count (Results 1 – 2 of 2) sorted by relevance
182 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count"); in testRuntimeStat() local191 checkNumber(gc_count); in testRuntimeStat()209 String gc_count = map.get("art.gc.gc-count"); in testRuntimeStats() local218 checkNumber(gc_count); in testRuntimeStats()
1226 uint64_t gc_count = 0U; in GetGcCount() local1228 gc_count += collector->GetCumulativeTimings().GetIterations(); in GetGcCount()1230 return gc_count; in GetGcCount()