Searched refs:kCollectorTypeGSS (Results 1 – 6 of 6) sorted by relevance
36 kCollectorTypeGSS, enumerator75 kCollectorTypeGSS
343 if (foreground_collector_type_ == kCollectorTypeGSS || in Heap()357 if (foreground_collector_type_ == kCollectorTypeGSS) { in Heap()445 foreground_collector_type_ != kCollectorTypeGSS) { in Heap()466 if (foreground_collector_type_ == kCollectorTypeGSS) { in Heap()585 if (MayUseCollector(kCollectorTypeSS) || MayUseCollector(kCollectorTypeGSS) || in Heap()589 const bool generational = foreground_collector_type_ == kCollectorTypeGSS; in Heap()608 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) { in Heap()698 can_move_objects = !HasZygoteSpace() && foreground_collector_type_ != kCollectorTypeGSS; in CreateMainMallocSpace()2142 case kCollectorTypeGSS: { in ChangeCollector()2574 case kCollectorTypeGSS: in CollectGarbageInternal()[all …]
880 collector_type == kCollectorTypeGSS || in IsMovingGc()
79 return generational_ ? kCollectorTypeGSS : kCollectorTypeSS; in GetCollectorType()
416 return gc::kCollectorTypeGSS;
577 if (collector_type_ != gc::kCollectorTypeGSS) { in DoParse()