Searched refs:EventLog (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Devents.cpp36 EventLog* Events::_logs = NULL;
42 EventLog::EventLog() { function in class:EventLog
54 EventLog* log = _logs;
H A Devents.hpp49 class EventLog : public CHeapObj<mtInternal> { class in inherits:CHeapObj
53 EventLog* _next;
55 EventLog* next() const { return _next; }
60 EventLog();
66 // A templated subclass of EventLog that provides basic ring buffer
71 template <class T> class EventLogBase : public EventLog {
174 friend class EventLog;
177 static EventLog* _logs;

Completed in 42 milliseconds