Home
last modified time | relevance | path

Searched defs:collector_type (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.cc52 CollectorType collector_type) in ScopedGCCriticalSection()
Dheap.h1078 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc()
Dheap.cc1648 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
1668 void Heap::StartGCRunnable(Thread* self, GcCause cause, CollectorType collector_type) { in StartGCRunnable()
2296 void Heap::ChangeCollector(CollectorType collector_type) { in ChangeCollector()
/art/runtime/metrics/
Dstatsd.cc302 constexpr int32_t EncodeGcCollectorType(gc::CollectorType collector_type) { in EncodeGcCollectorType()