Searched refs:SCAVENGER (Results 1 – 5 of 5) sorted by relevance
85 case SCAVENGER: in TypeName()147 if (collector == SCAVENGER) { in Start()148 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason); in Start()192 collector == SCAVENGER ? "Scavenge" : "Mark-sweep", in Stop()198 DCHECK((collector == SCAVENGER && current_.type == Event::SCAVENGER) || in Stop()218 if (current_.type == Event::SCAVENGER) { in Stop()269 if (current_.type == Event::SCAVENGER && FLAG_trace_gc_ignore_scavenger) in Stop()401 if (current_.type == Event::SCAVENGER) { in Print()437 case Event::SCAVENGER: in PrintNVP()
209 SCAVENGER = 0, enumerator
310 return SCAVENGER; in SelectGarbageCollector()848 if (collector == SCAVENGER) { in GCTypeTimer()972 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) { in CollectGarbage()992 collector = SCAVENGER; in CollectGarbage()1265 if (collector != SCAVENGER) { in PerformGarbageCollection()1326 if (collector != SCAVENGER) { in PerformGarbageCollection()
520 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR }; enumerator
995 if (collector == SCAVENGER) { in PostGarbageCollectionProcessing()