Searched defs:collector_type (Results 1 – 4 of 4) sorted by relevance
52 CollectorType collector_type) in ScopedGCCriticalSection()
1084 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc()
1657 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()1677 void Heap::StartGCRunnable(Thread* self, GcCause cause, CollectorType collector_type) { in StartGCRunnable()2318 void Heap::ChangeCollector(CollectorType collector_type) { in ChangeCollector()
312 constexpr int32_t EncodeGcCollectorType(gc::CollectorType collector_type) { in EncodeGcCollectorType()