Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc160 CollectorType fg_collector_type = heap->GetForegroundCollectorType(); in TEST_F()
Dheap.h840 CollectorType GetForegroundCollectorType() const { return foreground_collector_type_; } in GetForegroundCollectorType() function
/art/runtime/metrics/
Dstatsd.cc390 EncodeGcCollectorType(Runtime::Current()->GetHeap()->GetForegroundCollectorType()), in ReportCounter()