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

  /art/runtime/base/
locks.cc 46 Mutex* Locks::instrument_entrypoints_lock_ = nullptr; member in class:art::Locks
175 DCHECK(instrument_entrypoints_lock_ == nullptr);
176 instrument_entrypoints_lock_ = new Mutex("instrument entrypoint lock", current_lock_level);
  /art/runtime/
instrumentation.cc 826 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
831 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
    [all...]

Completed in 83 milliseconds