Searched refs:JvmtiEventAllocationListener (Results 1 – 2 of 2) sorted by relevance
35 class JvmtiEventAllocationListener; variable425 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_;
314 class JvmtiEventAllocationListener : public AllocationManager::AllocationCallback { class316 explicit JvmtiEventAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiEventAllocationListener() function in openjdkjvmti::JvmtiEventAllocationListener1658 alloc_listener_.reset(new JvmtiEventAllocationListener(this));