Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h853 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc() function
860 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1078 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function
Dheap.cc458 CHECK_EQ(IsMovingGc(foreground_collector_type_), IsMovingGc(background_collector_type_)) in Heap()
493 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()
494 IsMovingGc(background_collector_type_); in Heap()
657 } else if (IsMovingGc(foreground_collector_type_)) { in Heap()
939 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()
940 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()
994 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()
2216 if (disable_moving_gc_count_ != 0 || IsMovingGc(collector_type_) || in PerformHomogeneousSpaceCompact()
2520 if (IsMovingGc(collector_type_)) { in PreZygoteFork()
2804 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
/art/runtime/
Druntime.cc898 if (GetJit() != nullptr && GetHeap()->IsMovingGc()) { in SweepSystemWeaks()