Searched refs:AllocationListener (Results 1 – 5 of 5) sorted by relevance
38 class AllocationListener {40 virtual ~AllocationListener() {} in ~AllocationListener()
67 class AllocationListener; variable819 void SetAllocationListener(AllocationListener* l);1432 Atomic<AllocationListener*> alloc_listener_;
190 AllocationListener* l = alloc_listener_.LoadSequentiallyConsistent(); in AllocObjectWithAllocator()
1117 static inline AllocationListener* GetAndOverwriteAllocationListener( in GetAndOverwriteAllocationListener()1118 Atomic<AllocationListener*>* storage, AllocationListener* new_value) { in GetAndOverwriteAllocationListener()1119 AllocationListener* old; in GetAndOverwriteAllocationListener()3996 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener()3997 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()4005 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()
286 class JvmtiAllocationListener : public art::gc::AllocationListener {323 static void SetupObjectAllocationTracking(art::gc::AllocationListener* listener, bool enable) { in SetupObjectAllocationTracking()