Home
last modified time | relevance | path

Searched refs:enableExceptionEvent (Results 1 – 6 of 6) sorted by relevance

/art/test/1929-exception-catch-exception/src/art/
DExceptions.java30 public static native void enableExceptionEvent(Thread thr); in enableExceptionEvent() method in Exceptions
/art/test/jvmti-common/
DExceptions.java30 public static native void enableExceptionEvent(Thread thr); in enableExceptionEvent() method in Exceptions
/art/test/1927-exception-event/src/art/
DExceptions.java30 public static native void enableExceptionEvent(Thread thr); in enableExceptionEvent() method in Exceptions
DTest1927.java236 Exceptions.enableExceptionEvent(Thread.currentThread()); in run()
/art/test/1928-exception-event-exception/src/art/
DExceptions.java30 public static native void enableExceptionEvent(Thread thr); in enableExceptionEvent() method in Exceptions
DTest1928.java176 Exceptions.enableExceptionEvent(Thread.currentThread()); in run()