Home
last modified time | relevance | path

Searched refs:IsGcConcurrentAndMoving (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap-visit-objects-inl.h42 if (IsGcConcurrentAndMoving()) { in VisitObjects()
85 DCHECK(IsGcConcurrentAndMoving()); in VisitObjectsInternalRegionSpace()
Dheap.h814 bool IsGcConcurrentAndMoving() const { in IsGcConcurrentAndMoving() function
/art/openjdkjvmti/
Dti_class.cc364 if (heap->IsGcConcurrentAndMoving()) { in FixupTempClass()
380 if (heap->IsGcConcurrentAndMoving()) { in FixupTempClass()
Dti_heap.cc1400 if (heap->IsGcConcurrentAndMoving()) { in FollowReferences()
1424 if (heap->IsGcConcurrentAndMoving()) { in FollowReferences()
Dti_redefine.cc2257 if (heap_->IsGcConcurrentAndMoving()) { in ScopedDisableConcurrentAndMovingGc()
2263 if (heap_->IsGcConcurrentAndMoving()) { in ~ScopedDisableConcurrentAndMovingGc()