Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dalloc_manager.cc159 art::Runtime::Current()->GetHeap()->SetAllocationListener(alloc_listener_.get()); in IncrListenerInstall()
/art/runtime/gc/
Dheap.h905 void SetAllocationListener(AllocationListener* l);
Dheap.cc4147 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener() function in art::gc::Heap