Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsSharedHeld

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);