Home
last modified time | relevance | path

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

/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()