Searched refs:JvmtiAllocationListener (Results 1 – 2 of 2) sorted by relevance
57 class JvmtiAllocationListener : public art::gc::AllocationListener {59 explicit JvmtiAllocationListener(AllocationManager* manager) : manager_(manager) {} in JvmtiAllocationListener() function106 std::unique_ptr<JvmtiAllocationListener> alloc_listener_ = nullptr;110 friend class JvmtiAllocationListener; variable
86 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()