Searched refs:GetGcCount (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc449 std::string output = std::to_string(heap->GetGcCount());
509 std::to_string(heap->GetGcCount()))) {
/art/runtime/gc/
H A Dheap.h768 uint64_t GetGcCount() const;
H A Dheap.cc1027 os << "Total GC count: " << GetGcCount() << "\n";
1078 uint64_t Heap::GetGcCount() const { function in class:art::gc::Heap

Completed in 2474 milliseconds