Home
last modified time | relevance | path

Searched refs:IsExclusiveHeld (Results 1 – 18 of 18) sorted by relevance

/art/runtime/base/
Dmutex-inl.h103 !Locks::mutator_lock_->IsExclusiveHeld(self)) { in RegisterAsLocked()
121 Locks::mutator_lock_->IsExclusiveHeld(self)) { in RegisterAsLocked()
211 inline bool Mutex::IsExclusiveHeld(const Thread* self) const { in IsExclusiveHeld() function
229 CHECK(IsExclusiveHeld(self)) << *this; in AssertExclusiveHeld()
237 inline bool ReaderWriterMutex::IsExclusiveHeld(const Thread* self) const { in IsExclusiveHeld() function
266 CHECK(IsExclusiveHeld(self)) << *this; in AssertExclusiveHeld()
Dmutex.h266 ALWAYS_INLINE bool IsExclusiveHeld(const Thread* self) const;
275 CHECK(!IsExclusiveHeld(self)) << *this; in AssertNotHeldExclusive()
367 ALWAYS_INLINE bool IsExclusiveHeld(const Thread* self) const;
376 CHECK(!IsExclusiveHeld(self)) << *this; in AssertNotExclusiveHeld()
Dmutex.cc435 if (!recursive_ || !IsExclusiveHeld(self)) { in ExclusiveLock()
481 if (!recursive_ || !IsExclusiveHeld(self)) { in ExclusiveTryLock()
813 result = IsExclusiveHeld(self); // TODO: a better best effort here. in IsSharedHeld()
/art/runtime/gc/
Dheap-visit-objects-inl.h41 DCHECK(!Locks::mutator_lock_->IsExclusiveHeld(self)) << "Call VisitObjectsPaused() instead"; in VisitObjects()
86 if (!zygote_creation_lock_.IsExclusiveHeld(self)) { in VisitObjectsInternalRegionSpace()
Dheap.cc3130 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self)); in RevokeAllThreadLocalAllocationStacks()
/art/runtime/gc/collector/
Dgarbage_collector.cc106 if (Locks::mutator_lock_->IsExclusiveHeld(self)) { in Run()
Dmark_compact.cc69 CHECK(!Locks::mutator_lock_->IsExclusiveHeld(self)); in RunPhases()
171 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self)); in MarkingPhase()
Dsemi_space.cc122 if (Locks::mutator_lock_->IsExclusiveHeld(self)) { in RunPhases()
177 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self_)); in MarkingPhase()
Dmark_sweep.cc222 CHECK(!Locks::mutator_lock_->IsExclusiveHeld(self)); in PreCleanCards()
630 if (Locks::mutator_lock_->IsExclusiveHeld(self)) { in MarkRoots()
Dconcurrent_copying.cc1220 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self)); in VerifyNoFromSpaceReferences()
/art/openjdkjvmti/
Dtransform.cc90 if (UNLIKELY(uninitialized_class_definitions_lock_.IsExclusiveHeld(self))) { in Action()
/art/runtime/
Djni_env_ext.cc197 Locks::mutator_lock_->IsExclusiveHeld(self)) { in ComputeMonitorDescription()
Druntime.cc471 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) { in Dump()
484 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)); in DumpThread()
497 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self); in DumpAllThreads()
Dthread.cc1206 if (!Locks::thread_list_lock_->IsExclusiveHeld(self)) { in UnsafeLogFatalForSuspendCount()
1208 if (!Locks::thread_list_lock_->IsExclusiveHeld(self)) { in UnsafeLogFatalForSuspendCount()
1881 Locks::mutator_lock_->IsExclusiveHeld(Thread::Current())) { in PrintObject()
/art/runtime/gc/space/
Drosalloc_space.cc321 if (Locks::mutator_lock_->IsExclusiveHeld(self)) { in InspectAllRosAlloc()
Dlarge_object_space.cc237 if (lock_.IsExclusiveHeld(self)) { in Contains()
/art/runtime/jdwp/
Djdwp_event.cc1357 bool safe_to_release_mutator_lock_over_send = !Locks::mutator_lock_->IsExclusiveHeld(self); in DdmSendChunkV()
/art/runtime/gc/allocator/
Drosalloc.cc1742 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self)) in Verify()
2105 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self)) in DumpStats()