Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc167 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
Dheap.cc716 instrumentation->InstrumentQuickAllocEntryPoints(); in Heap()
4293 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocationListener()
/art/runtime/
Dinstrumentation.h282 void InstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc825 void Instrumentation::InstrumentQuickAllocEntryPoints() { in InstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation