Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc162 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
Dheap.cc750 instrumentation->InstrumentQuickAllocEntryPoints(); in Heap()
4149 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocationListener()
/art/runtime/
Dinstrumentation.h292 void InstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc876 void Instrumentation::InstrumentQuickAllocEntryPoints() { in InstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation