Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h35 class JvmtiEventAllocationListener; variable
425 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_;
Devents.cc314 class JvmtiEventAllocationListener : public AllocationManager::AllocationCallback { class
316 explicit JvmtiEventAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiEventAllocationListener() function in openjdkjvmti::JvmtiEventAllocationListener
1658 alloc_listener_.reset(new JvmtiEventAllocationListener(this));