Home
last modified time | relevance | path

Searched refs:collection_type (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dmarking-verifier.cc36 HeapBase& heap, Heap::Config::CollectionType collection_type, in MarkingVerifierBase() argument
42 collection_type_(collection_type) {} in MarkingVerifierBase()
178 Heap::Config::CollectionType collection_type) in MarkingVerifier() argument
179 : MarkingVerifierBase(heap_base, collection_type, state_, in MarkingVerifier()
Dheap.cc68 (config.collection_type != Heap::Config::CollectionType::kMinor) || in CheckConfig()
155 if (config.collection_type == Config::CollectionType::kMajor) in StartGarbageCollection()
160 config.collection_type, config.stack_state, config.marking_type, in StartGarbageCollection()
182 MarkingVerifier verifier(*this, config_.collection_type); in FinalizeGarbageCollection()
Dstats-collector.cc110 void StatsCollector::NotifyMarkingStarted(CollectionType collection_type, in NotifyMarkingStarted() argument
113 current_.collection_type = collection_type; in NotifyMarkingStarted()
129 if (current_.collection_type == CollectionType::kMajor) in NotifyMarkingCompleted()
235 previous_.collection_type, in NotifySweepingCompleted()
Dstats-collector.h108 CollectionType collection_type = CollectionType::kMajor; member
436 GetScopeName(scope_id_, stats_collector_->current_.collection_type)); in StartTraceImpl()
446 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
458 GetScopeName(scope_id_, stats_collector_->current_.collection_type), k1, in StartTraceImpl()
468 GetScopeName(scope_id_, stats_collector_->current_.collection_type), in StopTraceImpl()
Dmarker.cc221 heap().stats_collector()->NotifyMarkingStarted(config_.collection_type, in StartMarking()
344 if (config_.collection_type == MarkingConfig::CollectionType::kMinor) { in ProcessWeakness()
395 if (config_.collection_type == MarkingConfig::CollectionType::kMinor) { in VisitRoots()
Dgarbage-collector.h64 CollectionType collection_type = CollectionType::kMajor; member
Dmarker.h55 const CollectionType collection_type = CollectionType::kMajor; member
/third_party/node/deps/v8/src/heap/cppgc-js/
Dunified-heap-marking-verifier.cc60 cppgc::internal::Heap::Config::CollectionType collection_type) in UnifiedHeapMarkingVerifier() argument
62 heap_base, collection_type, state_, in UnifiedHeapMarkingVerifier()
Dcpp-heap.cc281 marking_visitor_(config.collection_type == CppHeap::CollectionType::kMajor in UnifiedHeapMarker()
532 void CppHeap::InitializeTracing(CollectionType collection_type, in InitializeTracing() argument
539 if (collection_type == CollectionType::kMajor) in InitializeTracing()
546 collection_type_ = collection_type; in InitializeTracing()
742 void CppHeap::CollectGarbageForTesting(CollectionType collection_type, in CollectGarbageForTesting() argument
759 InitializeTracing(collection_type, GarbageCollectionFlagValues::kForced); in CollectGarbageForTesting()