Home | History | Annotate | Download | only in base

Lines Matching full:heap_bitmap_lock_

39 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr;
861 DCHECK(heap_bitmap_lock_ != nullptr);
896 DCHECK(heap_bitmap_lock_ == nullptr);
897 heap_bitmap_lock_ = new ReaderWriterMutex("heap bitmap lock", current_lock_level);