Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc956 bool is_thread_running_gc = false; in VisitObjectsInternalRegionSpace() local
959 is_thread_running_gc = self == thread_running_gc_; in VisitObjectsInternalRegionSpace()
963 DCHECK(is_thread_running_gc || IsMovingGCDisabled(self)); in VisitObjectsInternalRegionSpace()