Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc248 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()
249 IsMovingGc(background_collector_type_); in Heap()
297 if (IsMovingGc(foreground_collector_type_) && foreground_collector_type_ != kCollectorTypeGSS) { in Heap()
475 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()
476 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()
510 if (IsMovingGc(foreground_collector_type_)) { in DisableMovingGc()
513 if (IsMovingGc(background_collector_type_)) { in DisableMovingGc()
522 if (!IsMovingGc(collector_type_) && non_moving_space_ != main_space_) { in DisableMovingGc()
642 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()
1362 if (IsMovingGc(collector_type_)) { in AllocateInternalWithGc()
[all …]
Dheap.h629 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function