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