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

  /art/runtime/
instrumentation.h 185 void InstrumentQuickAllocEntryPoints() LOCKS_EXCLUDED(Locks::instrument_entrypoints_lock_);
186 void UninstrumentQuickAllocEntryPoints() LOCKS_EXCLUDED(Locks::instrument_entrypoints_lock_);
188 EXCLUSIVE_LOCKS_REQUIRED(Locks::instrument_entrypoints_lock_)
191 EXCLUSIVE_LOCKS_REQUIRED(Locks::instrument_entrypoints_lock_)
463 GUARDED_BY(Locks::instrument_entrypoints_lock_);
instrumentation.cc 628 Locks::instrument_entrypoints_lock_->AssertHeld(self);
643 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
648 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
653 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current());
662 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current());
    [all...]
runtime.h 399 void SetStatsEnabled(bool new_state) LOCKS_EXCLUDED(Locks::instrument_entrypoints_lock_,
runtime.cc     [all...]
  /art/runtime/base/
mutex.h 496 static Mutex* instrument_entrypoints_lock_ ACQUIRED_AFTER(thread_list_suspend_thread_lock_);
556 static ReaderWriterMutex* mutator_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);
mutex.cc 40 Mutex* Locks::instrument_entrypoints_lock_ = nullptr; member in class:art::Locks
888 DCHECK(instrument_entrypoints_lock_ == nullptr);
889 instrument_entrypoints_lock_ = new Mutex("instrument entrypoint lock", current_lock_level);
    [all...]

Completed in 5676 milliseconds