Searched refs:SCAVENGER (Results 1 – 5 of 5) sorted by relevance
59 case SCAVENGER: in TypeName()111 if (collector == SCAVENGER) { in Start()112 current_ = Event(Event::SCAVENGER, gc_reason, collector_reason); in Start()148 if (current_.type == Event::SCAVENGER) { in Stop()190 if (current_.type == Event::SCAVENGER && FLAG_trace_gc_ignore_scavenger) in Stop()237 if (current_.type == Event::SCAVENGER) { in Print()323 if (current_.type == Event::SCAVENGER) { in PrintNVP()
150 enum Type { SCAVENGER = 0, MARK_COMPACTOR = 1, START = 2 }; enumerator
285 return SCAVENGER; in SelectGarbageCollector()802 if (collector == SCAVENGER && !incremental_marking()->IsStopped()) { in CollectGarbage()821 collector = SCAVENGER; in CollectGarbage()836 (collector == SCAVENGER) ? isolate_->counters()->gc_scavenger() in CollectGarbage()1039 if (collector != SCAVENGER) { in PerformGarbageCollection()1094 DCHECK(collector == SCAVENGER || incremental_marking()->IsStopped()); in PerformGarbageCollection()
389 enum GarbageCollector { SCAVENGER, MARK_COMPACTOR }; enumerator
622 if (collector == SCAVENGER) { in PostGarbageCollectionProcessing()