HomeSort by relevance Sort by last modified time
    Searched defs:cha_lock_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
cha_test.cc 37 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
cha.cc 191 // Grab cha_lock_ to make sure all single-implementation updates are seen.
194 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
293 // We need to grab cha_lock_ since there may be multiple class linking
296 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
388 // We need to grab cha_lock_ since there may be multiple class linking going
391 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
392 // Do this check again after we grab cha_lock_.
532 // We do this under cha_lock_. Committing code also grabs this lock to
535 MutexLock cha_mu(self, *Locks::cha_lock_);
  /art/runtime/base/
mutex.cc 65 Mutex* Locks::cha_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 416 MutexLock mu(Thread::Current(), *Locks::cha_lock_); member in class:art::jit::Locks
592 // Need cha_lock_ for checking all single-implementation flags and register
594 MutexLock cha_mu(self, *Locks::cha_lock_);
620 // The following needs to be guarded by cha_lock_ also. Otherwise it's
    [all...]

Completed in 189 milliseconds