Home
last modified time | relevance | path

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

/art/runtime/
Dalloc_instrumentation.md17 - These in turn are called by `SetStatsEnabled()`, `SetAllocationListener()`, et al, which
/art/openjdkjvmti/
Dalloc_manager.cc159 art::Runtime::Current()->GetHeap()->SetAllocationListener(alloc_listener_.get()); in IncrListenerInstall()
/art/runtime/gc/
Dheap.h940 void SetAllocationListener(AllocationListener* l);
Dheap.cc4280 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener() function in art::gc::Heap