Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h838 bool IsMovingGc() const { return IsMovingGc(CurrentCollectorType()); } in IsMovingGc() function
843 if (IsGcConcurrent() && IsMovingGc(collector_type_)) { in IsGcConcurrentAndMoving()
1043 static bool IsMovingGc(CollectorType collector_type) { in IsMovingGc() function
Dheap.cc438 CHECK_EQ(IsMovingGc(foreground_collector_type_), IsMovingGc(background_collector_type_)) in Heap()
473 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) || in Heap()
474 IsMovingGc(background_collector_type_); in Heap()
636 } else if (IsMovingGc(foreground_collector_type_)) { in Heap()
918 bool can_move_objects = IsMovingGc(background_collector_type_) != in CreateMainMallocSpace()
919 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_; in CreateMainMallocSpace()
973 if (IsMovingGc(collector_type_running_)) { in IncrementDisableMovingGC()
2161 if (disable_moving_gc_count_ != 0 || IsMovingGc(collector_type_) || in PerformHomogeneousSpaceCompact()
2463 if (IsMovingGc(collector_type_)) { in PreZygoteFork()
2739 compacting_gc = IsMovingGc(collector_type_); in CollectGarbageInternal()
/art/runtime/
Druntime.cc799 if (GetJit() != nullptr && GetHeap()->IsMovingGc()) { in SweepSystemWeaks()