Searched refs:collection_type (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ |
D | marking-verifier.cc | 36 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()
|
D | heap.cc | 68 (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()
|
D | stats-collector.cc | 110 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()
|
D | stats-collector.h | 108 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()
|
D | marker.cc | 221 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()
|
D | garbage-collector.h | 64 CollectionType collection_type = CollectionType::kMajor; member
|
D | marker.h | 55 const CollectionType collection_type = CollectionType::kMajor; member
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | unified-heap-marking-verifier.cc | 60 cppgc::internal::Heap::Config::CollectionType collection_type) in UnifiedHeapMarkingVerifier() argument 62 heap_base, collection_type, state_, in UnifiedHeapMarkingVerifier()
|
D | cpp-heap.cc | 281 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()
|