Searched refs:JvmtiEventAllocationListener (Results 1 – 2 of 2) sorted by relevance
37 class JvmtiEventAllocationListener; variable427 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_;
315 class JvmtiEventAllocationListener : public AllocationManager::AllocationCallback { class317 explicit JvmtiEventAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiEventAllocationListener() function in openjdkjvmti::JvmtiEventAllocationListener1674 alloc_listener_.reset(new JvmtiEventAllocationListener(this));