Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_listener.h40 class AllocationListener {
42 virtual ~AllocationListener() {} in ~AllocationListener()
Dheap-inl.h71 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
224 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
Dheap.h69 class AllocationListener; variable
903 void SetAllocationListener(AllocationListener* l);
1606 Atomic<AllocationListener*> alloc_listener_;
/art/openjdkjvmti/
Dalloc_manager.h57 class JvmtiAllocationListener : public art::gc::AllocationListener {