Home | History | Annotate | Download | only in runtime

Lines Matching defs:cha_lock_

181   // Grab cha_lock_ to make sure all single-implementation updates are seen.
184 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_);
283 // We need to grab cha_lock_ since there may be multiple class linking
286 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_);
378 // We need to grab cha_lock_ since there may be multiple class linking going
381 cha_lock_);
382 // Do this check again after we grab cha_lock_.
522 // We do this under cha_lock_. Committing code also grabs this lock to
525 MutexLock cha_mu(self, *Locks::cha_lock_);
573 MutexLock mu(Thread::Current(), *Locks::cha_lock_);