Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h366 bool IsSharedHeld(const Thread* self) const;
372 CHECK(IsSharedHeld(self) || self == nullptr) << *this; in AssertSharedHeld()
383 CHECK(!IsSharedHeld(self)) << *this; in AssertNotHeld()
Dmutex.cc787 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const { in IsSharedHeld() function in art::ReaderWriterMutex
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc113 DCHECK(Locks::mutator_lock_->IsSharedHeld(self)); in GoToRunnableFast()
/art/runtime/
Dfault_handler.cc260 if (!Locks::mutator_lock_->IsSharedHeld(thread)) { in IsInGeneratedCode()
Dnative_stack_dump.cc350 Locks::mutator_lock_->IsSharedHeld(Thread::Current()) && in DumpNativeStack()
Druntime.cc436 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) { in Dump()
449 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)); in DumpThread()
463 bool ml_already_held = Locks::mutator_lock_->IsSharedHeld(self); in DumpAllThreads()
Dart_method.cc833 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in GetAccessFlagsDCheck()
Dthread.cc1181 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
1183 if (!Locks::mutator_lock_->IsSharedHeld(self)) { in UnsafeLogFatalForSuspendCount()
/art/runtime/gc/space/
Drosalloc_space.cc327 } else if (Locks::mutator_lock_->IsSharedHeld(self)) { in InspectAllRosAlloc()
/art/runtime/openjdkjvmti/
Dti_heap.cc1441 if (!art::Locks::mutator_lock_->IsSharedHeld(self)) { in GetObjectHeapId()