Searched refs:IsSharedHeld (Results 1 - 9 of 9) sorted by relevance

/art/runtime/base/
H A Dmutex.h359 bool IsSharedHeld(const Thread* self) const;
365 CHECK(IsSharedHeld(self) || self == nullptr) << *this;
376 CHECK(!IsSharedHeld(self)) << *this;
H A Dmutex.cc715 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const { function in class:art::ReaderWriterMutex
/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc60 DCHECK(Locks::mutator_lock_->IsSharedHeld(self));
/art/runtime/
H A Dfault_handler.cc328 if (!Locks::mutator_lock_->IsSharedHeld(thread)) {
H A Druntime.cc348 if (Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self)) {
362 DCHECK(Locks::mutator_lock_->IsExclusiveHeld(self) || Locks::mutator_lock_->IsSharedHeld(self));
376 bool ml_already_held = Locks::mutator_lock_->IsSharedHeld(self);
H A Dart_method-inl.h92 if (!Locks::mutator_lock_->IsSharedHeld(self)) {
H A Dutils.cc1170 Locks::mutator_lock_->IsSharedHeld(Thread::Current()) &&
H A Dthread.cc987 if (!Locks::mutator_lock_->IsSharedHeld(self)) {
989 if (!Locks::mutator_lock_->IsSharedHeld(self)) {
/art/runtime/gc/space/
H A Drosalloc_space.cc326 } else if (Locks::mutator_lock_->IsSharedHeld(self)) {

Completed in 752 milliseconds