Searched refs:AllocationListener (Results 1 – 5 of 5) sorted by relevance
38 class AllocationListener {40 virtual ~AllocationListener() {} in ~AllocationListener()
62 class AllocationListener; variable809 void SetAllocationListener(AllocationListener* l);1448 Atomic<AllocationListener*> alloc_listener_;
188 AllocationListener* l = alloc_listener_.LoadSequentiallyConsistent(); in AllocObjectWithAllocator()
1119 static inline AllocationListener* GetAndOverwriteAllocationListener( in GetAndOverwriteAllocationListener()1120 Atomic<AllocationListener*>* storage, AllocationListener* new_value) { in GetAndOverwriteAllocationListener()1121 AllocationListener* old; in GetAndOverwriteAllocationListener()4030 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener()4031 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()4039 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()
191 class JvmtiAllocationListener : public art::gc::AllocationListener {237 static void SetupObjectAllocationTracking(art::gc::AllocationListener* listener, bool enable) { in SetupObjectAllocationTracking()