Home
last modified time | relevance | path

Searched refs:HANDLER (Results 1 – 4 of 4) sorted by relevance

/art/test/1932-monitor-events-misc/src/art/
DTest1932.java32 public static volatile MonitorHandler HANDLER = null; field in Test1932
119 HANDLER = new MonitorHandler() { in testNativeLockStateThrowEnter()
147 HANDLER = new MonitorHandler() { in testNativeLockStateThrowEntered()
178 HANDLER = new MonitorHandler() { in testRecursiveMontiorEnteredLock()
202 HANDLER = new MonitorHandler() { in testWaitedMonitorEnter()
234 HANDLER = new MonitorHandler() { in testWaitMonitorEnter()
266 HANDLER = new MonitorHandler() { in testWaitExitInterleaving()
294 HANDLER = new MonitorHandler() { in testWaitEnterInterleaving()
331 HANDLER = new MonitorHandler() { in testMonitorInfoInEvents()
367 HANDLER = new MonitorHandler() { in testThrowWaitedInterrupt()
[all …]
/art/test/995-breakpoints-throw/src/art/
DTest995.java25 public static BreakpointHandler HANDLER = null; field in Test995
56 HANDLER.breakpointReached(e, loc); in notifyBreakpointReached()
118 HANDLER = handler;
129 HANDLER = null;
/art/test/1928-exception-event-exception/src/art/
DTest1928.java26 public static ExceptionHandler HANDLER = null; field in Test1928
65 if (HANDLER != null) { in ExceptionEvent()
66 HANDLER.exceptionOccurred( in ExceptionEvent()
193 HANDLER = handler; in run()
211 HANDLER = null; in run()
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java27 public static ExceptionHandler HANDLER = null; field in Test1929
70 if (HANDLER != null && TEST_METHODS.contains(method)) { in ExceptionCatchEvent()
71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent()
292 HANDLER = handler; in run()
310 HANDLER = null; in run()