Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h37 class JvmtiEventAllocationListener; variable
427 std::unique_ptr<JvmtiEventAllocationListener> alloc_listener_;
Devents.cc315 class JvmtiEventAllocationListener : public AllocationManager::AllocationCallback { class
317 explicit JvmtiEventAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiEventAllocationListener() function in openjdkjvmti::JvmtiEventAllocationListener
1674 alloc_listener_.reset(new JvmtiEventAllocationListener(this));