Home
last modified time | relevance | path

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

/aosp12/art/test/1927-exception-event/src/art/
H A DExceptions.java31 public static native void disableExceptionCatchEvent(Thread thr); in disableExceptionCatchEvent() method in Exceptions
H A DTest1927.java274 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run()
/aosp12/art/test/1928-exception-event-exception/src/art/
H A DExceptions.java31 public static native void disableExceptionCatchEvent(Thread thr); in disableExceptionCatchEvent() method in Exceptions
/aosp12/art/test/1929-exception-catch-exception/src/art/
H A DExceptions.java31 public static native void disableExceptionCatchEvent(Thread thr); in disableExceptionCatchEvent() method in Exceptions
H A DTest1929.java313 Exceptions.disableExceptionCatchEvent(Thread.currentThread()); in run()
/aosp12/art/test/jvmti-common/
H A DExceptions.java31 public static native void disableExceptionCatchEvent(Thread thr); in disableExceptionCatchEvent() method in Exceptions