Home
last modified time | relevance | path

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

/art/runtime/gc/
Dcollector_type.h42 kCollectorTypeHeapTrim, enumerator
Dheap.cc1603 ScopedGCCriticalSection gcs(self, kGcCauseTrim, kCollectorTypeHeapTrim); in Trim()
1698 StartGC(self, kGcCauseTrim, kCollectorTypeHeapTrim); in TrimSpaces()
/art/runtime/metrics/
Dstatsd.cc330 case gc::kCollectorTypeHeapTrim: in EncodeGcCollectorType()