Home
last modified time | relevance | path

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

/art/test/542-inline-trycatch/src/
DMain.java56 throwException(); in testSingleBlockFromCatch()
95 throwException(); in testMultipleBlocksFromCatch()
102 throwException(); in testMultipleBlocksFromCatch()
126 private static void throwException() throws Exception { in throwException() method in Main
/art/test/718-zipfile-finalizer/src/
DMain.java25 new ZipFile(null, throwException(), null); in main()
37 public static int throwException() throws Exception { in throwException() method in Main
/art/test/044-proxy/src/
DWrappedThrow.java75 if1.throwException(); in main()
135 public void throwException() throws BaseException; in throwException() method
147 public void throwException() throws SubException; in throwException() method
167 public void throwException() throws SubException {} in throwException() method in WTMix
/art/test/044-proxy/
Dexpected-stdout.txt76 Invoke public abstract void InterfaceW1.throwException() throws BaseException
/art/test/MyClassNatives/
DMyClassNatives.java28 native void throwException(); in throwException() method in MyClassNatives
/art/test/957-methodhandle-transforms/src/
DMain.java49 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException()