Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h819 void SetAllocationListener(AllocationListener* l);
Dheap.cc3996 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener() function in art::gc::Heap
/art/openjdkjvmti/
Devents.cc329 art::Runtime::Current()->GetHeap()->SetAllocationListener(listener); in SetupObjectAllocationTracking()