Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc355 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()
356 IsMovingGc(background_collector_type_); in Heap()
444 } else if (IsMovingGc(foreground_collector_type_) && in Heap()
688 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()
689 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()
724 if (IsMovingGc(foreground_collector_type_)) { in DisableMovingGc()
727 if (IsMovingGc(background_collector_type_)) { in DisableMovingGc()
735 if (!IsMovingGc(collector_type_) && non_moving_space_ != main_space_) { in DisableMovingGc()
769 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()
1728 if (IsMovingGc(collector_type_)) { in AllocateInternalWithGc()
[all …]
Dheap.h739 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
877 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function