Home
last modified time | relevance | path

Searched refs:IsForcedGC (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dgarbage-collector.h25 using IsForcedGC = Marker::MarkingConfig::IsForcedGC; member
69 IsForcedGC is_forced_gc = IsForcedGC::kNotForced;
Dstats-collector.h69 using IsForcedGC = GarbageCollector::Config::IsForcedGC; variable
109 IsForcedGC is_forced_gc = IsForcedGC::kNotForced;
272 void NotifyMarkingStarted(CollectionType, IsForcedGC);
470 stats_collector_->current_.is_forced_gc == IsForcedGC::kForced); in StopTraceImpl()
Dmarker.h48 enum class IsForcedGC : uint8_t { enum
58 IsForcedGC is_forced_gc = IsForcedGC::kNotForced;
Dheap-base.cc180 GarbageCollector::Config::IsForcedGC::kForced); in Terminate()
Dheap.cc52 internal::GarbageCollector::Config::IsForcedGC::kForced}); in ForceGarbageCollectionSlow()
Dstats-collector.cc111 IsForcedGC is_forced_gc) { in NotifyMarkingStarted()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc558 ? UnifiedHeapMarker::MarkingConfig::IsForcedGC::kForced in InitializeTracing()
559 : UnifiedHeapMarker::MarkingConfig::IsForcedGC::kNotForced}; in InitializeTracing()