Searched refs:instrument_entrypoints_lock_ (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Dinstrumentation.h269 void InstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
270 void UninstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
272 REQUIRES(Locks::instrument_entrypoints_lock_, !Locks::thread_list_lock_,
275 REQUIRES(Locks::instrument_entrypoints_lock_, !Locks::thread_list_lock_,
H A Dinstrumentation.cc718 Locks::instrument_entrypoints_lock_->AssertHeld(self);
742 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
747 MutexLock mu(Thread::Current(), *Locks::instrument_entrypoints_lock_); member in class:art::instrumentation::Locks
752 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current());
760 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current());
H A Druntime.h433 REQUIRES(!Locks::instrument_entrypoints_lock_, !Locks::mutator_lock_);
H A Druntime.cc1850 MutexLock mu(self, *Locks::instrument_entrypoints_lock_);
/art/runtime/base/
H A Dmutex.h599 static Mutex* instrument_entrypoints_lock_; member in class:art::Locks
604 static Mutex* user_code_suspension_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);
H A Dmutex.cc47 Mutex* Locks::instrument_entrypoints_lock_ = nullptr; member in class:art::Locks
1081 DCHECK(instrument_entrypoints_lock_ == nullptr);
1082 instrument_entrypoints_lock_ = new Mutex("instrument entrypoint lock", current_lock_level);
/art/openjdkjvmti/
H A Devents.h314 ACQUIRED_BEFORE(art::Locks::instrument_entrypoints_lock_);

Completed in 609 milliseconds