Home
last modified time | relevance | path

Searched refs:JvmtiAllocationListener (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dalloc_manager.h57 class JvmtiAllocationListener : public art::gc::AllocationListener {
59 explicit JvmtiAllocationListener(AllocationManager* manager) : manager_(manager) {} in JvmtiAllocationListener() function
106 std::unique_ptr<JvmtiAllocationListener> alloc_listener_ = nullptr;
110 friend class JvmtiAllocationListener; variable
Dalloc_manager.cc86 void JvmtiAllocationListener::ObjectAllocated(art::Thread* self, in ObjectAllocated()
95 bool JvmtiAllocationListener::HasPreAlloc() const { in HasPreAlloc()
99 void JvmtiAllocationListener::PreObjectAllocated(art::Thread* self, in PreObjectAllocated()
119 alloc_listener_.reset(new JvmtiAllocationListener(this)); in AllocationManager()
135 alloc_listener_.reset(new JvmtiAllocationListener(this)); in SetAllocListener()