Home
last modified time | relevance | path

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

12

/art/runtime/gc/
Dheap-visit-objects-inl.h74 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsPaused()
83 Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitObjectsInternalRegionSpace()
/art/runtime/base/
Dmutex-inl.h246 inline void Mutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
253 AssertExclusiveHeld(self); in AssertHeld()
283 inline void ReaderWriterMutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
290 AssertExclusiveHeld(self); in AssertWriterHeld()
Dmutex.h197 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
336 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
Dmutex.cc721 AssertExclusiveHeld(self); in ExclusiveLock()
726 AssertExclusiveHeld(self); in ExclusiveUnlock()
980 guard_.AssertExclusiveHeld(self); in Signal()
995 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
1032 guard_.AssertExclusiveHeld(self); in TimedWait()
Dmutex_test.cc155 mu.AssertExclusiveHeld(Thread::Current()); in TEST_F()
/art/runtime/
Dreflective_value_visitor.cc28 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in Describe()
Dinstrumentation.cc300 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in InstrumentationInstallStack()
462 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in InstrumentationRestoreStack()
552 Locks::mutator_lock_->AssertExclusiveHeld(self); in DeoptimizeAllThreadFrames()
568 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyAddListenerTo()
584 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in AddListener()
644 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyRemoveListenerFrom()
666 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in RemoveListener()
790 Locks::mutator_lock_->AssertExclusiveHeld(self); in UpdateStubs()
825 Locks::mutator_lock_->AssertExclusiveHeld(self); in UpdateStubs()
Dtransaction.cc291 Locks::intern_table_lock_->AssertExclusiveHeld(Thread::Current()); in LogInternedString()
Dthread.cc1647 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
1678 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
1885 Locks::thread_suspend_count_lock_->AssertExclusiveHeld(self); // For annotalysis. in DumpState()
Dmonitor.cc1695 Locks::mutator_lock_->AssertExclusiveHeld(visitor.self_); in DeflateMonitors()
/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.cc123 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.cc263 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
Dlarge_object_space.cc612 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
/art/runtime/gc/collector/
Dsemi_space.cc156 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
173 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
263 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
264 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
567 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
568 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/
Dti_breakpoint.cc79 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitReflectiveTargets()
Dti_field.cc75 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in VisitReflectiveTargets()
Dti_heap.cc975 art::Locks::thread_list_lock_->AssertExclusiveHeld(art::Thread::Current()); in FindThread()
1816 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in ReplaceWeakRoots()
1860 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in ReplaceWeakRoots()
Devents.cc172 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in EnableEvent()
182 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in DisableEvent()
Dti_stack.cc1123 art::Locks::user_code_suspension_lock_->AssertExclusiveHeld(self); in NonStandardExitFrames()
/art/runtime/jni/
Djni_id_manager.cc360 Locks::mutator_lock_->AssertExclusiveHeld(self); in EncodeGenericId()
Djava_vm_ext.cc775 Locks::mutator_lock_->AssertExclusiveHeld(self); in DisallowNewWeakGlobals()

12