Home
last modified time | relevance | path

Searched refs:MINOR_MARK_COMPACTOR (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dgc-tracer-inl.h88 return type == SCAVENGER || type == MINOR_MARK_COMPACTOR; in IsYoungGenerationEvent()
103 (collector == GarbageCollector::MINOR_MARK_COMPACTOR && in IsConsistentWithCollector()
104 current_.type == Event::MINOR_MARK_COMPACTOR) || in IsConsistentWithCollector()
Dgc-tracer.cc120 case MINOR_MARK_COMPACTOR: in TypeName()
291 case GarbageCollector::MINOR_MARK_COMPACTOR: in StartCycle()
292 type = Event::MINOR_MARK_COMPACTOR; in StartCycle()
517 : GarbageCollector::MINOR_MARK_COMPACTOR); in StopYoungCycleIfNeeded()
820 case Event::MINOR_MARK_COMPACTOR: in PrintNVP()
1710 current_.scopes[Scope::MINOR_MARK_COMPACTOR] + in ReportYoungCycleToRecorder()
1724 current_.scopes[Scope::MINOR_MARK_COMPACTOR]) * in ReportYoungCycleToRecorder()
Dgc-tracer.h126 MINOR_MARK_COMPACTOR = 3, enumerator
Dheap.h437 collector == GarbageCollector::MINOR_MARK_COMPACTOR; in IsYoungGenerationCollector()
441 return (FLAG_minor_mc) ? GarbageCollector::MINOR_MARK_COMPACTOR in YoungGenerationCollector()
451 case GarbageCollector::MINOR_MARK_COMPACTOR: in CollectorName()
Dheap.cc1754 case GarbageCollector::MINOR_MARK_COMPACTOR: in GetGCTypeFromGarbageCollector()
2231 case GarbageCollector::MINOR_MARK_COMPACTOR: in CollectorScopeId()
2232 return GCTracer::Scope::ScopeId::MINOR_MARK_COMPACTOR; in CollectorScopeId()
2310 case GarbageCollector::MINOR_MARK_COMPACTOR: in PerformGarbageCollection()
2447 case GarbageCollector::MINOR_MARK_COMPACTOR: in CompleteSweepingYoung()
Dmark-compact.cc5528 NonAtomicMarkingState, GarbageCollector::MINOR_MARK_COMPACTOR>>( in CreateRememberedSetUpdatingItem()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h580 F(MINOR_MARK_COMPACTOR) \
645 F(MINOR_MARK_COMPACTOR) \
/third_party/node/deps/v8/src/common/
Dglobals.h911 enum class GarbageCollector { SCAVENGER, MARK_COMPACTOR, MINOR_MARK_COMPACTOR }; enumerator