Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.h34 class JvmtiAllocationListener; variable
340 std::unique_ptr<JvmtiAllocationListener> alloc_listener_;
Devents.cc291 class JvmtiAllocationListener : public art::gc::AllocationListener { class
293 explicit JvmtiAllocationListener(EventHandler* handler) : handler_(handler) {} in JvmtiAllocationListener() function in openjdkjvmti::JvmtiAllocationListener
1402 alloc_listener_.reset(new JvmtiAllocationListener(this)); in EventHandler()