Home
last modified time | relevance | path

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

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