Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc407 CHECK_EQ(IsMovingGc(foreground_collector_type_), IsMovingGc(background_collector_type_)) in Heap()
441 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()
442 IsMovingGc(background_collector_type_); in Heap()
599 } else if (IsMovingGc(foreground_collector_type_)) { in Heap()
873 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()
874 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()
928 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()
2072 if (disable_moving_gc_count_ != 0 || IsMovingGc(collector_type_) || in PerformHomogeneousSpaceCompact()
2344 if (IsMovingGc(collector_type_)) { in PreZygoteFork()
2620 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
Dheap.h812 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1018 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function