Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h227 inline void Mutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
234 AssertExclusiveHeld(self); in AssertHeld()
264 inline void ReaderWriterMutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
271 AssertExclusiveHeld(self); in AssertWriterHeld()
Dmutex_test.cc155 mu.AssertExclusiveHeld(Thread::Current()); in TEST_F()
Dmutex.h269 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
370 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
Dmutex.cc668 AssertExclusiveHeld(self); in ExclusiveLock()
673 AssertExclusiveHeld(self); in ExclusiveUnlock()
922 guard_.AssertExclusiveHeld(self); in Signal()
944 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
992 guard_.AssertExclusiveHeld(self); in TimedWait()
/art/runtime/gc/
Dheap-visit-objects-inl.h74 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsPaused()
83 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsInternalRegionSpace()
Dheap.cc2973 Locks::mutator_lock_->AssertExclusiveHeld(self); in VerifyHeapReferences()
3104 Locks::mutator_lock_->AssertExclusiveHeld(self); in VerifyMissingCardMarks()
/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.cc110 Locks::heap_bitmap_lock_->AssertExclusiveHeld(context->self); in SweepCallback()
Dregion_space-inl.h42 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
196 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in WalkInternal()
Dmalloc_space.cc240 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
Dlarge_object_space.cc580 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
/art/runtime/gc/collector/
Dsemi_space.cc179 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
215 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
315 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
316 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
712 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
713 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
Dmark_sweep.cc188 Locks::mutator_lock_->AssertExclusiveHeld(self); in PausePhase()
251 Locks::mutator_lock_->AssertExclusiveHeld(self); in RevokeAllThreadLocalAllocationStacks()
304 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in operator ()()
716 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
1089 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in ReMarkRoots()
1356 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in operator ()()
1374 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
Dconcurrent_copying.cc421 Locks::mutator_lock_->AssertExclusiveHeld(self); in Run()
649 Locks::mutator_lock_->AssertExclusiveHeld(self_); in operator ()()
/art/runtime/
Dinstrumentation.cc373 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in InstrumentationRestoreStack()
471 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyAddListenerTo()
487 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in AddListener()
552 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyRemoveListenerFrom()
574 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in RemoveListener()
673 Locks::mutator_lock_->AssertExclusiveHeld(self); in ConfigureStubs()
Dtransaction.cc258 Locks::intern_table_lock_->AssertExclusiveHeld(Thread::Current()); in LogInternedString()
Djava_vm_ext.cc738 Locks::mutator_lock_->AssertExclusiveHeld(self); in DisallowNewWeakGlobals()
Dmonitor.cc1589 Locks::mutator_lock_->AssertExclusiveHeld(visitor.self_); in DeflateMonitors()
Dthread.cc1458 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
1489 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
Dclass_linker.cc3374 Locks::dex_lock_->AssertExclusiveHeld(self); in RegisterDexFileLocked()
/art/openjdkjvmti/
Devents.cc143 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in EnableEvent()
153 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in DisableEvent()
Dti_heap.cc885 art::Locks::thread_list_lock_->AssertExclusiveHeld(art::Thread::Current()); in FindThread()
/art/runtime/gc/allocator/
Drosalloc.cc641 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocFromRunThreadUnsafe()