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.h859 bool IsGcConcurrentAndMoving() const { in IsGcConcurrentAndMoving() function
/art/openjdkjvmti/
Dti_class.cc362 if (heap->IsGcConcurrentAndMoving()) { in FixupTempClass()
378 if (heap->IsGcConcurrentAndMoving()) { in FixupTempClass()
Dti_heap.cc1405 if (heap->IsGcConcurrentAndMoving()) { in FollowReferences()
1429 if (heap->IsGcConcurrentAndMoving()) { in FollowReferences()
Dti_redefine.cc2268 if (heap_->IsGcConcurrentAndMoving()) { in ScopedDisableConcurrentAndMovingGc()
2274 if (heap_->IsGcConcurrentAndMoving()) { in ~ScopedDisableConcurrentAndMovingGc()