HomeSort by relevance Sort by last modified time
    Searched defs:heap_bitmap_lock_ (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/collector/
partial_mark_sweep.cc 36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
sticky_mark_sweep.cc 36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
mark_sweep.cc 121 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
189 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
200 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
214 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
225 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
255 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
297 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
305 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
327 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
332 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
    [all...]
  /art/runtime/
locks.cc 26 ReaderWriterMutex* Locks::heap_bitmap_lock_ = NULL; member in class:art::Locks
41 DCHECK(heap_bitmap_lock_ != NULL);
57 DCHECK(heap_bitmap_lock_ == NULL);
58 heap_bitmap_lock_ = new ReaderWriterMutex("heap bitmap lock", kHeapBitmapLock);
  /art/runtime/gc/accounting/
mod_union_table.h 75 virtual void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) = 0; member in class:art::gc::accounting::ModUnionTable
98 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
104 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
108 void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
138 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
  /art/compiler/
image_writer.cc 238 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::Locks
313 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
317 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
423 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
469 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
  /art/runtime/gc/
heap.cc 376 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
422 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
648 // Locks::heap_bitmap_lock_->AssertReaderHeld(Thread::Current());
753 // heap_bitmap_lock_.
770 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
    [all...]

Completed in 177 milliseconds