Searched refs:AllocationListener (Results 1 – 4 of 4) sorted by relevance
40 class AllocationListener {42 virtual ~AllocationListener() {} in ~AllocationListener()
71 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()
69 class AllocationListener; variable903 void SetAllocationListener(AllocationListener* l);1606 Atomic<AllocationListener*> alloc_listener_;
57 class JvmtiAllocationListener : public art::gc::AllocationListener {