HomeSort by relevance Sort by last modified time
    Searched refs:heap_bitmap_lock_ (Results 26 - 44 of 44) sorted by null

12

  /art/runtime/gc/collector/
concurrent_copying.cc 109 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
110 // Cache this so that we won't have to lock heap_bitmap_lock_ in
111 // Mark() which could cause a nested lock on heap_bitmap_lock_
113 // (class_linker_lock_ and heap_bitmap_lock_).
260 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
359 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
469 REQUIRES_SHARED(Locks::heap_bitmap_lock_) {
600 ReaderMutexLock rmu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
667 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
707 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
    [all...]
  /art/runtime/gc/accounting/
space_bitmap.h 130 // REQUIRES(Locks::heap_bitmap_lock_) REQUIRES_SHARED(Locks::mutator_lock_);
139 REQUIRES_SHARED(Locks::heap_bitmap_lock_, Locks::mutator_lock_);
mod_union_table_test.cc 237 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
  /art/runtime/base/
mutex.h 625 static ReaderWriterMutex* heap_bitmap_lock_ ACQUIRED_AFTER(mutator_lock_);
628 static Mutex* runtime_shutdown_lock_ ACQUIRED_AFTER(heap_bitmap_lock_);
mutex.cc 46 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/gc/
heap.cc 921 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
954 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
964 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
1511 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
2182 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::FINAL::Locks
2908 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::VerifyObjectVisitor::Locks
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 239 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self);
large_object_space.cc 578 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self);
image_space.cc     [all...]
  /art/runtime/
intern_table_test.cc 134 ReaderMutexLock mu(soa.Self(), *Locks::heap_bitmap_lock_);
debugger.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
dex_cache-inl.h 310 REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(Locks::heap_bitmap_lock_) {
dex_cache.h 482 REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(Locks::heap_bitmap_lock_);
  /art/compiler/
image_writer.cc     [all...]
  /art/patchoat/
patchoat.cc 617 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::Locks
    [all...]
  /art/runtime/hprof/
hprof.cc 447 REQUIRES(!Locks::heap_bitmap_lock_, !Locks::alloc_tracker_lock_) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 331 milliseconds

12