Searched defs:collector_type (Results 1 – 4 of 4) sorted by relevance
52 CollectorType collector_type) in ScopedGCCriticalSection()
1078 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc()
1648 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()
302 constexpr int32_t EncodeGcCollectorType(gc::CollectorType collector_type) { in EncodeGcCollectorType()