Searched refs:IsMovingGc (Results 1 – 2 of 2) sorted by relevance
368 CHECK_EQ(IsMovingGc(foreground_collector_type_), IsMovingGc(background_collector_type_)) in Heap()402 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()403 IsMovingGc(background_collector_type_); in Heap()562 } else if (IsMovingGc(foreground_collector_type_)) { in Heap()826 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()827 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()881 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()2075 if (disable_moving_gc_count_ != 0 || IsMovingGc(collector_type_) || in PerformHomogeneousSpaceCompact()2347 if (IsMovingGc(collector_type_)) { in PreZygoteFork()2607 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
815 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()983 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function