Searched refs:AllocationListener (Results 1 – 5 of 5) sorted by relevance
40 class AllocationListener {42 virtual ~AllocationListener() {} in ~AllocationListener()
71 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()241 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
69 class AllocationListener; variable940 void SetAllocationListener(AllocationListener* l);1664 Atomic<AllocationListener*> alloc_listener_;
1326 static inline AllocationListener* GetAndOverwriteAllocationListener( in GetAndOverwriteAllocationListener()1327 Atomic<AllocationListener*>* storage, AllocationListener* new_value) { in GetAndOverwriteAllocationListener()1815 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocateInternalWithGc()4280 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener()4281 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()4289 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()
57 class JvmtiAllocationListener : public art::gc::AllocationListener {