Home
last modified time | relevance | path

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

/art/libartservice/service/native/
Dservice.cc108 return Runtime::Current()->GetHeap()->GetForegroundCollectorName(); in GetGarbageCollector()
/art/runtime/gc/
Dheap.h857 EXPORT std::string GetForegroundCollectorName();
Dheap.cc4813 std::string Heap::GetForegroundCollectorName() { in GetForegroundCollectorName() function in art::gc::Heap