OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrument_entrypoints_lock_
(Results
1 - 6
of
6
) sorted by null
/art/runtime/
instrumentation.h
216
void InstrumentQuickAllocEntryPoints() REQUIRES(!Locks::
instrument_entrypoints_lock_
);
217
void UninstrumentQuickAllocEntryPoints() REQUIRES(!Locks::
instrument_entrypoints_lock_
);
219
REQUIRES(Locks::
instrument_entrypoints_lock_
, !Locks::thread_list_lock_,
222
REQUIRES(Locks::
instrument_entrypoints_lock_
, !Locks::thread_list_lock_,
instrumentation.cc
640
Locks::
instrument_entrypoints_lock_
->AssertHeld(self);
656
MutexLock mu(Thread::Current(), *Locks::
instrument_entrypoints_lock_
);
member in class:art::instrumentation::Locks
661
MutexLock mu(Thread::Current(), *Locks::
instrument_entrypoints_lock_
);
member in class:art::instrumentation::Locks
666
Locks::
instrument_entrypoints_lock_
->AssertHeld(Thread::Current());
674
Locks::
instrument_entrypoints_lock_
->AssertHeld(Thread::Current());
[
all
...]
runtime.h
445
REQUIRES(!Locks::
instrument_entrypoints_lock_
, !Locks::mutator_lock_);
runtime.cc
[
all
...]
/art/runtime/base/
mutex.h
561
static Mutex*
instrument_entrypoints_lock_
;
member in class:art::Locks
598
static MutatorMutex* mutator_lock_ ACQUIRED_AFTER(
instrument_entrypoints_lock_
);
mutex.cc
42
Mutex* Locks::
instrument_entrypoints_lock_
= nullptr;
member in class:art::Locks
[
all
...]
Completed in 317 milliseconds