Home
last modified time | relevance | path

Searched refs:testThrow (Results 1 – 2 of 2) sorted by relevance

/art/test/530-checker-lse/src/
DMain.java971 private static void testThrow(TestClass2 obj, Exception e) throws Exception { in testThrow() method in Main
1514 testThrow(testclass2, new Exception()); in main()
/art/test/510-checker-try-catch/smali/
DBuilder.smali929 ## CHECK-START: int Builder.testThrow(java.lang.Exception) builder (after)
962 .method public static testThrow(Ljava/lang/Exception;)I