Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc506 bool IsForceGC(CppHeap::GarbageCollectionFlags flags) { in IsForceGC() function
511 return IsMemoryReducingGC(flags) || IsForceGC(flags); in ShouldReduceMemory()
520 if (IsForceGC(current_gc_flags_) && !force_incremental_marking_for_testing_) in SelectMarkingType()
527 if (IsForceGC(current_gc_flags_)) return SweepingType::kAtomic; in SelectSweepingType()
557 IsForceGC(current_gc_flags_) in InitializeTracing()