Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h738 bool IsMovingGCDisabled(Thread* self) REQUIRES(!*gc_complete_lock_) { in IsMovingGCDisabled() function
Dheap.cc963 DCHECK(is_thread_running_gc || IsMovingGCDisabled(self)); in VisitObjectsInternalRegionSpace()