HomeSort by relevance Sort by last modified time
    Searched refs:IsSharedHeld (Results 1 - 9 of 9) sorted by null

  /art/runtime/base/
mutex.h 359 bool IsSharedHeld(const Thread* self) const;
365 CHECK(IsSharedHeld(self) || self == nullptr) << *this;
376 CHECK(!IsSharedHeld(self)) << *this;
mutex.cc 715 bool ReaderWriterMutex::IsSharedHeld(const Thread* self) const {
    [all...]
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 60 DCHECK(Locks::mutator_lock_->IsSharedHeld(self));
  /art/runtime/
fault_handler.cc 328 if (!Locks::mutator_lock_->IsSharedHeld(thread)) {
runtime.cc 348 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);
    [all...]
art_method-inl.h 92 if (!Locks::mutator_lock_->IsSharedHeld(self)) {
utils.cc     [all...]
thread.cc     [all...]
  /art/runtime/gc/space/
rosalloc_space.cc 326 } else if (Locks::mutator_lock_->IsSharedHeld(self)) {

Completed in 111 milliseconds