HomeSort by relevance Sort by last modified time
    Searched refs:JvmtiAllocationListener (Results 1 - 2 of 2) sorted by null

  /art/openjdkjvmti/
events.h 34 class JvmtiAllocationListener;
340 std::unique_ptr<JvmtiAllocationListener> alloc_listener_;
events.cc 291 class JvmtiAllocationListener : public art::gc::AllocationListener {
293 explicit JvmtiAllocationListener(EventHandler* handler) : handler_(handler) {}
    [all...]

Completed in 80 milliseconds