Home
last modified time | relevance | path

Searched defs:heap_bitmap_lock_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.cc46 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr; member in art::Locks
/art/runtime/
Dclass_linker.cc1188 VerifyDeclaringClassVisitor() REQUIRES_SHARED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) in REQUIRES_SHARED()