Home
last modified time | relevance | path

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

/art/runtime/
Dalloc_instrumentation.md14 - The function table is switched out by `InstrumentQuickAllocEntryPoints[Locked]`, and a
Dinstrumentation.h311 void InstrumentQuickAllocEntryPoints() REQUIRES(!Locks::instrument_entrypoints_lock_);
Dinstrumentation.cc1120 void Instrumentation::InstrumentQuickAllocEntryPoints() { in InstrumentQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
/art/runtime/gc/
Dallocation_record.cc178 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocTrackingEnabled()
Dheap.cc865 instrumentation->InstrumentQuickAllocEntryPoints(); in Heap()
4520 Runtime::Current()->GetInstrumentation()->InstrumentQuickAllocEntryPoints(); in SetAllocationListener()