Home
last modified time | relevance | path

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

/art/test/jvmti-common/
DExceptions.java29 public static native void enableExceptionCatchEvent(Thread thr); in enableExceptionCatchEvent() method in Exceptions
/art/test/1927-exception-event/src/art/
DExceptions.java29 public static native void enableExceptionCatchEvent(Thread thr); in enableExceptionCatchEvent() method in Exceptions
DTest1927.java237 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run()
/art/test/1928-exception-event-exception/src/art/
DExceptions.java29 public static native void enableExceptionCatchEvent(Thread thr); in enableExceptionCatchEvent() method in Exceptions
/art/test/1929-exception-catch-exception/src/art/
DExceptions.java29 public static native void enableExceptionCatchEvent(Thread thr); in enableExceptionCatchEvent() method in Exceptions
DTest1929.java271 Exceptions.enableExceptionCatchEvent(Thread.currentThread()); in run()