Searched refs:collector_type (Results 1 – 7 of 7) sorted by relevance
29 CollectorType collector_type) in ScopedGCCriticalSection() argument31 Runtime::Current()->GetHeap()->StartGC(self, cause, collector_type); in ScopedGCCriticalSection()
35 ScopedGCCriticalSection(Thread* self, GcCause cause, CollectorType collector_type)
53 std::ostream& operator<<(std::ostream& os, const CollectorType& collector_type);
253 void TransitionCollector(CollectorType collector_type) REQUIRES(!*gc_complete_lock_);256 void ChangeCollector(CollectorType collector_type)799 void StartGC(Thread* self, GcCause cause, CollectorType collector_type)824 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() argument826 collector_type == kCollectorTypeSS || in IsMovingGc()827 collector_type == kCollectorTypeGSS || in IsMovingGc()828 collector_type == kCollectorTypeCC || in IsMovingGc()829 collector_type == kCollectorTypeMC || in IsMovingGc()830 collector_type == kCollectorTypeHomogeneousSpaceCompact; in IsMovingGc()
1424 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC() argument1428 collector_type_running_ = collector_type; in StartGC()2094 void Heap::TransitionCollector(CollectorType collector_type) { in TransitionCollector() argument2095 if (collector_type == collector_type_) { in TransitionCollector()2099 << " -> " << static_cast<int>(collector_type); in TransitionCollector()2116 const bool copying_transition = IsMovingGc(collector_type_) != IsMovingGc(collector_type); in TransitionCollector()2121 if (collector_type == collector_type_) { in TransitionCollector()2127 collector_type_running_ = copying_transition ? kCollectorTypeSS : collector_type; in TransitionCollector()2142 switch (collector_type) { in TransitionCollector()2219 << static_cast<size_t>(collector_type); in TransitionCollector()[all …]
487 gc::CollectorType collector_type = ParseCollectorType(gc_option);488 if (collector_type != gc::kCollectorTypeNone) {489 xgc.collector_type_ = collector_type;562 gc::CollectorType collector_type = ParseCollectorType(substring);563 if (collector_type != gc::kCollectorTypeNone) {564 background_collector_type_ = collector_type;
355 gc/collector_type.h \