Searched refs:SCAVENGER (Results 1 – 5 of 5) sorted by relevance
127 case SCAVENGER: in TypeName()208 DCHECK(current_.type == Event::SCAVENGER || start_counter_ > 1); in NotifyYoungGenerationHandling()225 case SCAVENGER: in Start()226 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason); in Start()289 DCHECK((collector == SCAVENGER && current_.type == Event::SCAVENGER) || in Stop()307 case Event::SCAVENGER: in Stop()351 if ((current_.type == Event::SCAVENGER || in Stop()504 case Event::SCAVENGER: in PrintNVP()
460 return collector == SCAVENGER || collector == MINOR_MARK_COMPACTOR; in IsYoungGenerationCollector()465 return (FLAG_minor_mc) ? MINOR_MARK_COMPACTOR : SCAVENGER; in YoungGenerationCollector()467 return SCAVENGER; in YoungGenerationCollector()473 case SCAVENGER: in CollectorName()
134 SCAVENGER = 0, enumerator
1730 case SCAVENGER: in PerformGarbageCollection()
624 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR, MINOR_MARK_COMPACTOR }; enumerator