Home | History | Annotate | Download | only in base

Lines Matching full:heap_bitmap_lock_

43 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr;
934 DCHECK(heap_bitmap_lock_ != nullptr);
964 DCHECK(heap_bitmap_lock_ == nullptr);
965 heap_bitmap_lock_ = new ReaderWriterMutex("heap bitmap lock", current_lock_level);