Home
last modified time | relevance | path

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

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