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 181 // Grab cha_lock_ to make sure all single-implementation updates are seen.
184 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
283 // We need to grab cha_lock_ since there may be multiple class linking
286 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
378 // We need to grab cha_lock_ since there may be multiple class linking going
381 MutexLock cha_mu(Thread::Current(), *Locks::cha_lock_); member in class:art::Locks
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_); member in class:art::Locks
    [all...]
  /art/runtime/base/
mutex.cc 65 Mutex* Locks::cha_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 424 MutexLock mu(Thread::Current(), *Locks::cha_lock_); member in class:art::jit::Locks
612 // Need cha_lock_ for checking all single-implementation flags and register
614 MutexLock cha_mu(self, *Locks::cha_lock_);
639 // The following needs to be guarded by cha_lock_ also. Otherwise it's
    [all...]

Completed in 802 milliseconds