Home
last modified time | relevance | path

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

/art/test/638-checker-inline-caches/src/
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
152 a.someSubclassesThrow(); in noInlineSomeSubclassesThrow()
DSuper.java19 abstract void someSubclassesThrow(); in someSubclassesThrow() method in Super
/art/test/638-checker-inline-caches/src-multidex/
DSubC.java19 void someSubclassesThrow() { System.out.println("I don't throw"); } in someSubclassesThrow() method in SubC