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