Searched refs:AllocationListener (Results 1 – 5 of 5) sorted by relevance
38 class AllocationListener {40 virtual ~AllocationListener() {} in ~AllocationListener()
191 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
68 class AllocationListener; variable881 void SetAllocationListener(AllocationListener* l);1555 Atomic<AllocationListener*> alloc_listener_;
1264 static inline AllocationListener* GetAndOverwriteAllocationListener( in GetAndOverwriteAllocationListener()1265 Atomic<AllocationListener*>* storage, AllocationListener* new_value) { in GetAndOverwriteAllocationListener()4289 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener()4290 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()4298 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()
291 class JvmtiAllocationListener : public art::gc::AllocationListener {328 static void SetupObjectAllocationTracking(art::gc::AllocationListener* listener, bool enable) { in SetupObjectAllocationTracking()