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