Searched refs:GetGcCount (Results 1 – 3 of 3) sorted by relevance
461 std::string output = std::to_string(heap->GetGcCount()); in VMDebug_getRuntimeStatInternal()521 std::to_string(heap->GetGcCount()))) { in VMDebug_getRuntimeStatsInternal()
844 uint64_t GetGcCount() const;
1178 os << "Total GC count: " << GetGcCount() << "\n"; in DumpGcPerformanceInfo()1240 uint64_t Heap::GetGcCount() const { in GetGcCount() function in art::gc::Heap