Home
last modified time | relevance | path

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

/art/test/542-inline-trycatch/src/
DMain.java67 throwException(); in testSingleBlockFromCatch()
106 throwException(); in testMultipleBlocksFromCatch()
113 throwException(); in testMultipleBlocksFromCatch()
142 throwException(); in testTryCatchFromCatch()
149 throwException(); in testTryCatchFromCatch()
175 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.txt76 Invoke public abstract void InterfaceW1.throwException() throws BaseException
/art/test/MyClassNatives/
DMyClassNatives.java29 native void throwException(); in throwException() method in MyClassNatives
/art/test/957-methodhandle-transforms/src/
DMain.java48 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException()