Home
last modified time | relevance | path

Searched refs:alloc_listener_ (Results 1 – 7 of 7) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.cc115 : 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()
Dalloc_manager.h106 std::unique_ptr<JvmtiAllocationListener> alloc_listener_ = nullptr; variable
Devents.h427 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_; variable
Devents.cc1674 alloc_listener_.reset(new JvmtiEventAllocationListener(this));
1675 AllocationManager::Get()->SetAllocListener(alloc_listener_.get());
/art/runtime/gc/
Dheap-inl.h71 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
224 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocObjectWithAllocator()
Dheap.h1613 Atomic<AllocationListener*> alloc_listener_; variable
Dheap.cc1762 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocateInternalWithGc()
4148 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, l); in SetAllocationListener()
4156 AllocationListener* old = GetAndOverwriteAllocationListener(&alloc_listener_, nullptr); in RemoveAllocationListener()