Searched refs:alloc_listener_ (Results 1 – 7 of 7) sorted by relevance
115 : alloc_listener_(nullptr), in AllocationManager()119 alloc_listener_.reset(new JvmtiAllocationListener(this)); in AllocationManager()135 alloc_listener_.reset(new JvmtiAllocationListener(this)); in SetAllocListener()159 art::Runtime::Current()->GetHeap()->SetAllocationListener(alloc_listener_.get()); in IncrListenerInstall()
106 std::unique_ptr<JvmtiAllocationListener> alloc_listener_ = nullptr; variable
427 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_; variable
1674 alloc_listener_.reset(new JvmtiEventAllocationListener(this));1675 AllocationManager::Get()->SetAllocListener(alloc_listener_.get());
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()
1664 Atomic<AllocationListener*> alloc_listener_; variable
1815 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocateInternalWithGc()4281 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()4289 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()