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