Searched refs:IsForceGC (Results 1 – 1 of 1) sorted by relevance
506 bool IsForceGC(CppHeap::GarbageCollectionFlags flags) { in IsForceGC() function511 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()