Searched refs:IsMovingGc (Results 1 – 3 of 3) sorted by relevance
838 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc() function843 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()1043 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function
438 CHECK_EQ(IsMovingGc(foreground_collector_type_), IsMovingGc(background_collector_type_)) in Heap()473 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()474 IsMovingGc(background_collector_type_); in Heap()636 } else if (IsMovingGc(foreground_collector_type_)) { in Heap()918 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()919 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()973 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()2161 if (disable_moving_gc_count_ != 0 || IsMovingGc(collector_type_) || in PerformHomogeneousSpaceCompact()2463 if (IsMovingGc(collector_type_)) { in PreZygoteFork()2739 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
799 if (GetJit() != nullptr && GetHeap()->IsMovingGc()) { in SweepSystemWeaks()