Searched refs:GetPreOomeGcCount (Results 1 – 3 of 3) sorted by relevance
367 std::string output = std::to_string(heap->GetPreOomeGcCount()); in VMDebug_getRuntimeStatInternal()
909 uint64_t GetPreOomeGcCount() const;
1309 os << "Total pre-OOME GC count: " << GetPreOomeGcCount() << "\n"; in DumpGcPerformanceInfo()1406 uint64_t Heap::GetPreOomeGcCount() const { in GetPreOomeGcCount() function in art::gc::Heap