Home
last modified time | relevance | path

Searched refs:IsSharedHeld (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/runtime/base/
H A Dmutex.h366 bool IsSharedHeld(const Thread* self) const;
372 CHECK(IsSharedHeld(self) || self == nullptr) << *this; in AssertSharedHeld()
384 CHECK(!IsSharedHeld(self)) << *this; in AssertNotHeld()
H A Dmutex-inl.h113 Locks::mutator_lock_->IsSharedHeld(self) && in RegisterAsLocked()
H A Dmutex.cc943 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const { in IsSharedHeld() function in art::ReaderWriterMutex
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc121 DCHECK(Locks::mutator_lock_->IsSharedHeld(self)); in GoToRunnableFast()
/aosp12/art/runtime/
H A Dfault_handler.cc286 if (!Locks::mutator_lock_->IsSharedHeld(thread)) { in IsInGeneratedCode()
H A Dnative_stack_dump.cc396 Locks::mutator_lock_->IsSharedHeld(Thread::Current()) && in DumpNativeStack()
H A Druntime.cc555 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) { in Dump()
568 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)); in DumpThread()
599 bool ml_already_held = Locks::mutator_lock_->IsSharedHeld(self); in DumpAllThreads()
H A Dthread.cc1403 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
1405 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
/aosp12/art/runtime/gc/space/
H A Drosalloc_space.cc395 } else if (Locks::mutator_lock_->IsSharedHeld(self)) { in InspectAllRosAlloc()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc150 if (Locks::mutator_lock_->IsExclusiveHeld(self) || !Locks::mutator_lock_->IsSharedHeld(self)) { in EnsureIdsArray()
/aosp12/art/openjdkjvmti/
H A Dti_heap.cc1534 if (!art::Locks::mutator_lock_->IsSharedHeld(self)) { in GetObjectHeapId()