Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc186 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
Dheap.cc4301 Runtime::Current()->GetInstrumentation()->UninstrumentQuickAllocEntryPoints(); in RemoveAllocationListener()
/art/runtime/
Dinstrumentation.h283 void UninstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc830 void Instrumentation::UninstrumentQuickAllocEntryPoints() { in UninstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation