Searched defs:heap_bitmap_lock_ (Results 1 - 11 of 11) sorted by relevance

/art/runtime/gc/collector/
H A Dpartial_mark_sweep.cc36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
H A Dsticky_mark_sweep.cc36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
H A Dmark_compact.cc60 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
110 Locks::heap_bitmap_lock_) {
138 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
144 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
214 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
223 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
265 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
331 void operator()(mirror::Object* obj) const SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
430 ALWAYS_INLINE EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
435 EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
609 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
[all...]
H A Dsemi_space.cc63 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
147 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
157 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
231 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
238 ReaderMutexLock mu(self_, *Locks::heap_bitmap_lock_);
267 Locks::heap_bitmap_lock_) {
303 SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_, Locks::mutator_lock_) {
393 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
675 EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
682 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
783 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
[all...]
H A Dmark_sweep.cc85 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
131 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
172 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
184 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
192 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
256 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
290 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
529 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
532 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current());
548 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
1269 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::collector::Locks
[all...]
/art/runtime/gc/accounting/
H A Dmod_union_table.h78 virtual void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) = 0; member in class:art::gc::accounting::ModUnionTable
111 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
117 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_);
145 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_)
/art/runtime/gc/space/
H A Dzygote_space.cc49 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::space::Locks
108 Locks::heap_bitmap_lock_->AssertExclusiveHeld(context->self);
/art/compiler/
H A Dimage_writer.cc292 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::Locks
365 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::Locks
544 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
586 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
620 EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
631 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
647 EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
658 EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
/art/patchoat/
H A Dpatchoat.cc342 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::Locks
/art/runtime/base/
H A Dmutex.cc39 ReaderWriterMutex* Locks::heap_bitmap_lock_ = nullptr; member in class:art::Locks
847 DCHECK(heap_bitmap_lock_ != nullptr);
882 DCHECK(heap_bitmap_lock_ == nullptr);
883 heap_bitmap_lock_ = new ReaderWriterMutex("heap bitmap lock", current_lock_level);
/art/runtime/gc/
H A Dheap.cc528 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
723 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
754 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
764 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
1195 ReaderMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::Locks
1416 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
1444 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
1456 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
1481 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
1495 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
1806 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_); member in class:art::gc::FINAL::Locks
[all...]

Completed in 841 milliseconds