Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h343 bool IsSharedHeld(const Thread* self) const;
349 CHECK(IsSharedHeld(self) || self == nullptr) << *this; in AssertSharedHeld()
358 CHECK(!IsSharedHeld(self)) << *this; in AssertNotHeld()
Dmutex.cc712 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const { in IsSharedHeld() function in art::ReaderWriterMutex
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc60 DCHECK(Locks::mutator_lock_->IsSharedHeld(self)); in GoToRunnable()
/art/runtime/
Dfault_handler.cc318 if (!Locks::mutator_lock_->IsSharedHeld(thread)) { in IsInGeneratedCode()
Druntime.cc311 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) { in Dump()
325 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)); in DumpThread()
339 bool ml_already_held = Locks::mutator_lock_->IsSharedHeld(self); in DumpAllThreads()
Dutils.cc1149 current_method != nullptr && Locks::mutator_lock_->IsSharedHeld(Thread::Current()) && in DumpNativeStack()
Dthread.cc744 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
746 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
/art/runtime/gc/space/
Drosalloc_space.cc330 } else if (Locks::mutator_lock_->IsSharedHeld(self)) { in InspectAllRosAlloc()