Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DThrow.java21 public void throwNullPointerException() { in throwNullPointerException() method in Throw
32 throwNullPointerException(); in one()
72 throwNullPointerException(); in twoN()
94 throwNullPointerException(); in rethrow()
/art/test/008-exceptions/src/
DMain.java91 throwNullPointerException(); in catchAndRethrow()
100 private static void throwNullPointerException() { in throwNullPointerException() method in Main
/art/test/008-exceptions/
Dexpected.txt7 at Main.throwNullPointerException(Main.java:101)