Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h350 bool IsSharedHeld(const Thread* self) const;
356 CHECK(IsSharedHeld(self) || self == nullptr) << *this; in AssertSharedHeld()
368 CHECK(!IsSharedHeld(self)) << *this; in AssertNotHeld()
Dmutex-inl.h113 Locks::mutator_lock_->IsSharedHeld(self) && in RegisterAsLocked()
Dmutex.cc865 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const { in IsSharedHeld() function in art::ReaderWriterMutex
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc110 DCHECK(Locks::mutator_lock_->IsSharedHeld(self)); in GoToRunnableFast()
/art/runtime/
Dnative_stack_dump.cc396 Locks::mutator_lock_->IsSharedHeld(Thread::Current()) && in DumpNativeStack()
Dfault_handler.cc286 if (!Locks::mutator_lock_->IsSharedHeld(thread)) { in IsInGeneratedCode()
Druntime.cc540 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) { in Dump()
553 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)); in DumpThread()
584 bool ml_already_held = Locks::mutator_lock_->IsSharedHeld(self); in DumpAllThreads()
Dthread.cc1393 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
1395 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
/art/runtime/gc/space/
Drosalloc_space.cc395 } else if (Locks::mutator_lock_->IsSharedHeld(self)) { in InspectAllRosAlloc()
/art/runtime/jni/
Djni_id_manager.cc150 if (Locks::mutator_lock_->IsExclusiveHeld(self) || !Locks::mutator_lock_->IsSharedHeld(self)) { in EnsureIdsArray()
/art/openjdkjvmti/
Dti_heap.cc1534 if (!art::Locks::mutator_lock_->IsSharedHeld(self)) { in GetObjectHeapId()