Searched refs:MARK_COMPACTOR (Results 1 – 8 of 8) sorted by relevance
105 (collector == GarbageCollector::MARK_COMPACTOR && in IsConsistentWithCollector()106 (current_.type == Event::MARK_COMPACTOR || in IsConsistentWithCollector()111 return (current_.type == Event::MARK_COMPACTOR || in IsSweepingInProgress()
117 case MARK_COMPACTOR: in TypeName()136 DCHECK_EQ(GarbageCollector::MARK_COMPACTOR, collector); in RecordGCPhasesInfo()294 case GarbageCollector::MARK_COMPACTOR: in StartCycle()297 : Event::MARK_COMPACTOR; in StartCycle()501 StopCycle(GarbageCollector::MARK_COMPACTOR); in StopFullCycleIfNeeded()526 DCHECK((current_.type == Event::MARK_COMPACTOR || in NotifySweepingCompleted()874 case Event::MARK_COMPACTOR: in PrintNVP()1379 const double atomic_pause_duration = current_.scopes[Scope::MARK_COMPACTOR]; in RecordGCSumCounters()1538 const double atomic_pause_duration = current_.scopes[Scope::MARK_COMPACTOR]; in ReportFullCycleToRecorder()
462 return GarbageCollector::MARK_COMPACTOR; in SelectGarbageCollector()467 return GarbageCollector::MARK_COMPACTOR; in SelectGarbageCollector()473 return GarbageCollector::MARK_COMPACTOR; in SelectGarbageCollector()479 return GarbageCollector::MARK_COMPACTOR; in SelectGarbageCollector()487 return GarbageCollector::MARK_COMPACTOR; in SelectGarbageCollector()1380 if (collector == GarbageCollector::MARK_COMPACTOR) { in GarbageCollectionEpilogueInSafepoint()1468 collector == GarbageCollector::MARK_COMPACTOR) { in GarbageCollectionEpilogue()1750 case GarbageCollector::MARK_COMPACTOR: in GetGCTypeFromGarbageCollector()1814 size_t committed_memory_before = collector == GarbageCollector::MARK_COMPACTOR in CollectGarbage()1829 if (collector == GarbageCollector::MARK_COMPACTOR && cpp_heap()) { in CollectGarbage()[all …]
124 MARK_COMPACTOR = 1, enumerator
449 case GarbageCollector::MARK_COMPACTOR: in CollectorName()
4389 DCHECK_IMPLIES(collector == GarbageCollector::MARK_COMPACTOR, slots == 0); in UpdateUntypedPointers()4498 NonAtomicMarkingState, GarbageCollector::MARK_COMPACTOR>>( in CreateRememberedSetUpdatingItem()
536 F(MARK_COMPACTOR) \
911 enum class GarbageCollector { SCAVENGER, MARK_COMPACTOR, MINOR_MARK_COMPACTOR }; enumerator