Home
last modified time | relevance | path

Searched defs:someSubclassesThrow (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/test/638-checker-inline-caches/src/
H A DMain.java19 void someSubclassesThrow() throws Error { throw new Error("I always throw"); } in someSubclassesThrow() method in SubA
24 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubB
29 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubD
34 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubE
H A DSuper.java19 abstract void someSubclassesThrow(); in someSubclassesThrow() method in Super
/aosp_15_r20/art/test/638-checker-inline-caches/src-multidex/
H A DSubC.java19 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubC