Home
last modified time | relevance | path

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

12

/art/runtime/base/
Dmutex-inl.h256 inline void Mutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
263 AssertExclusiveHeld(self); in AssertHeld()
293 inline void ReaderWriterMutex::AssertExclusiveHeld(const Thread* self) const { in AssertExclusiveHeld() function
300 AssertExclusiveHeld(self); in AssertWriterHeld()
Dmutex.h204 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
359 ALWAYS_INLINE void AssertExclusiveHeld(const Thread* self) const ASSERT_CAPABILITY(this);
Dmutex_test.cc163 mu.AssertExclusiveHeld(Thread::Current()); in TEST_F()
Dmutex.cc833 AssertExclusiveHeld(self); in ExclusiveLock()
838 AssertExclusiveHeld(self); in ExclusiveUnlock()
1093 guard_.AssertExclusiveHeld(self); in Signal()
1108 guard_.AssertExclusiveHeld(self); in WaitHoldingLocks()
1145 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()
/art/runtime/
Dreflective_value_visitor.cc28 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in Describe()
Dinstrumentation.cc491 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in InstrumentationInstallStack()
570 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in UpdateNeedsDexPcEventsOnStack()
593 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in ReportMethodEntryForOnStackMethods()
655 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in InstrumentationRestoreStack()
688 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in HasFramesNeedingForceDeopt()
738 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyAddListenerTo()
779 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in AddListener()
863 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in PotentiallyRemoveListenerFrom()
910 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in RemoveListener()
1033 Locks::mutator_lock_->AssertExclusiveHeld(self); in MaybeRestoreInstrumentationStack()
[all …]
Dtransaction.cc342 Locks::intern_table_lock_->AssertExclusiveHeld(Thread::Current()); in LogInternedString()
Dthread.cc1646 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
1658 Locks::thread_list_lock_->AssertExclusiveHeld(self); in RequestSynchronousCheckpoint()
2057 Locks::thread_suspend_count_lock_->AssertExclusiveHeld(self); // For annotalysis. in DumpState()
4772 Locks::mutator_lock_->AssertExclusiveHeld(self); in GetPeerFromOtherThread()
/art/runtime/gc/collector/
Dsemi_space.cc157 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
174 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()
571 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
572 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
Dmark_sweep.cc186 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 ()()
719 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
1088 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()
Dmark_compact.cc1357 Locks::mutator_lock_->AssertExclusiveHeld(thread_running_gc_); in ReMarkRoots()
1374 Locks::mutator_lock_->AssertExclusiveHeld(thread_running_gc_); in MarkingPause()
4555 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in operator ()()
4577 Locks::heap_bitmap_lock_->AssertExclusiveHeld(Thread::Current()); in VisitRoot()
/art/runtime/gc/space/
Drosalloc_space-inl.h39 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocCommon()
Dbump_pointer_space-inl.h48 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
Dzygote_space.cc121 Locks::heap_bitmap_lock_->AssertExclusiveHeld(context->self); in SweepCallback()
Dregion_space-inl.h44 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
233 Locks::mutator_lock_->AssertExclusiveHeld(Thread::Current()); in WalkInternal()
Dmalloc_space.cc263 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
Dbump_pointer_space.cc260 Locks::mutator_lock_->AssertExclusiveHeld(self); in AlignEnd()
Dlarge_object_space.cc647 Locks::heap_bitmap_lock_->AssertExclusiveHeld(self); in SweepCallback()
/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.cc971 art::Locks::thread_list_lock_->AssertExclusiveHeld(art::Thread::Current()); in FindThread()
1821 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in ReplaceWeakRoots()
1867 art::Locks::mutator_lock_->AssertExclusiveHeld(self); in ReplaceWeakRoots()
Devents.cc171 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in EnableEvent()
181 env->event_info_mutex_.AssertExclusiveHeld(art::Thread::Current()); in DisableEvent()
/art/runtime/jni/
Djni_id_manager.cc388 Locks::mutator_lock_->AssertExclusiveHeld(self); in EncodeGenericId()
Djava_vm_ext.cc822 Locks::mutator_lock_->AssertExclusiveHeld(self); in DisallowNewWeakGlobals()

12