Home
last modified time | relevance | path

Searched refs:AssertExclusiveHeld (Results 1 – 20 of 20) sorted by relevance

/art/runtime/gc/
Dheap-visit-objects-inl.h74 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsPaused()
83 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsInternalRegionSpace()
Dheap.cc3166 Locks::mutator_lock_->AssertExclusiveHeld(self); in VerifyHeapReferences()
3297 Locks::mutator_lock_->AssertExclusiveHeld(self); in VerifyMissingCardMarks()
/art/runtime/base/
Dmutex-inl.h247 inline void Mutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
254 AssertExclusiveHeld(self); in AssertHeld()
284 inline void ReaderWriterMutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
291 AssertExclusiveHeld(self); in AssertWriterHeld()
Dmutex.h185 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
310 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
Dmutex.cc606 AssertExclusiveHeld(self); in ExclusiveLock()
611 AssertExclusiveHeld(self); in ExclusiveUnlock()
864 guard_.AssertExclusiveHeld(self); in Signal()
879 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
927 guard_.AssertExclusiveHeld(self); in TimedWait()
Dmutex_test.cc155 mu.AssertExclusiveHeld(Thread::Current()); in TEST_F()
/art/runtime/gc/space/
Drosalloc_space-inl.h39 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocCommon()
Dbump_pointer_space-inl.h47 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
Dzygote_space.cc115 Locks::heap_bitmap_lock_->AssertExclusiveHeld(context->self); in SweepCallback()
Dregion_space-inl.h46 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
235 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in WalkInternal()
Dmalloc_space.cc262 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
Dlarge_object_space.cc598 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
/art/runtime/gc/collector/
Dsemi_space.cc180 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
216 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
317 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
318 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
714 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
715 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
Dmark_sweep.cc190 Locks::mutator_lock_->AssertExclusiveHeld(self); in PausePhase()
253 Locks::mutator_lock_->AssertExclusiveHeld(self); in RevokeAllThreadLocalAllocationStacks()
306 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in operator ()()
718 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
1091 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in ReMarkRoots()
1357 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in operator ()()
1375 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
/art/openjdkjvmti/
Devents.cc148 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in EnableEvent()
158 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in DisableEvent()
Dti_heap.cc949 art::Locks::thread_list_lock_->AssertExclusiveHeld(art::Thread::Current()); in FindThread()
/art/runtime/
Dtransaction.cc259 Locks::intern_table_lock_->AssertExclusiveHeld(Thread::Current()); in LogInternedString()
Dmonitor.cc1659 Locks::mutator_lock_->AssertExclusiveHeld(visitor.self_); in DeflateMonitors()
/art/runtime/jni/
Djava_vm_ext.cc766 Locks::mutator_lock_->AssertExclusiveHeld(self); in DisallowNewWeakGlobals()
/art/runtime/gc/allocator/
Drosalloc.cc643 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocFromRunThreadUnsafe()