Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h197 void InstrumentQuickAllocEntryPoints() LOCKS_EXCLUDED(Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc624 void Instrumentation::InstrumentQuickAllocEntryPoints() { in InstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Ddebugger.cc4858 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
/art/runtime/gc/
Dheap.cc522 instrumentation->InstrumentQuickAllocEntryPoints(); in Heap()