Searched refs:current_gc_flags_ (Results 1 – 4 of 4) sorted by relevance
520 if (IsForceGC(current_gc_flags_) && !force_incremental_marking_for_testing_) in SelectMarkingType()527 if (IsForceGC(current_gc_flags_)) return SweepingType::kAtomic; in SelectSweepingType()553 current_gc_flags_ = gc_flags; in InitializeTracing()557 IsForceGC(current_gc_flags_) in InitializeTracing()563 if (ShouldReduceMemory(current_gc_flags_)) { in InitializeTracing()666 ShouldReduceMemory(current_gc_flags_) in TraceEpilogue()
188 GarbageCollectionFlags current_gc_flags_; variable
1747 void set_current_gc_flags(int flags) { current_gc_flags_ = flags; } in ROOT_LIST()1750 return (current_gc_flags_ & kReduceMemoryFootprintMask) != 0; in ShouldReduceMemory()2373 int current_gc_flags_ = Heap::kNoGCFlags; variable
1025 current_gc_flags_ & kForcedGC || in GarbageCollectionPrologue()1530 CollectAllGarbage(current_gc_flags_, in HandleGCRequest()2180 CollectAllGarbage(current_gc_flags_, in CollectGarbageForBackground()2188 CollectAllGarbage(current_gc_flags_, in CheckCollectionRequested()3899 CollectAllGarbage(current_gc_flags_, gc_reason, current_gc_callback_flags_); in FinalizeIncrementalMarkingIfComplete()3906 CollectAllGarbage(current_gc_flags_, gc_reason, current_gc_callback_flags_); in FinalizeIncrementalMarkingAtomically()