Home
last modified time | relevance | path

Searched refs:GetPreOomeGcCount (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMDebug.cc367 std::string output = std::to_string(heap->GetPreOomeGcCount()); in VMDebug_getRuntimeStatInternal()
/art/runtime/gc/
Dheap.h909 uint64_t GetPreOomeGcCount() const;
Dheap.cc1309 os << "Total pre-OOME GC count: " << GetPreOomeGcCount() << "\n"; in DumpGcPerformanceInfo()
1406 uint64_t Heap::GetPreOomeGcCount() const { in GetPreOomeGcCount() function in art::gc::Heap