Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dalloc_manager.cc149 art::Runtime::Current()->GetHeap()->RemoveAllocationListener(); in DecrListenerInstall()
/aosp12/art/runtime/gc/
H A Dheap.h943 void RemoveAllocationListener();
H A Dheap.cc4288 void Heap::RemoveAllocationListener() { in RemoveAllocationListener() function in art::gc::Heap