Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc263 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
/art/runtime/
Dinstrumentation.h270 void UninstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc746 void Instrumentation::UninstrumentQuickAllocEntryPoints() { in UninstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation