Searched refs:EVENT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.cpp136 const int EVENT = 8; local
141 domain = ALL_FUNC | FUNC | ALL_EVENT | EVENT | EXCLUDE;
143 domain = ALL_FUNC | FUNC | ALL_EVENT | EVENT;
149 domain = ALL_EVENT | EVENT;
151 domain = ALL_EVENT | EVENT;
156 domain = FUNC | EVENT; // go searching
196 if (domain & EVENT) {
224 if (!_on && (domain & (FUNC|EVENT))) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMessages.java125 public static String EVENT; field in class:Messages
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java59 Messages.EVENT,

Completed in 34 milliseconds