Home
last modified time | relevance | path

Searched refs:UninstrumentQuickAllocEntryPoints (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.h186 void UninstrumentQuickAllocEntryPoints() LOCKS_EXCLUDED(Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc647 void Instrumentation::UninstrumentQuickAllocEntryPoints() { in UninstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Ddebugger.cc4529 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()