Home
last modified time | relevance | path

Searched refs:throwNullPointerException (Results 1 – 4 of 4) 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.java55 throwNullPointerException(); in catchAndRethrow()
64 private static void throwNullPointerException() { in throwNullPointerException() method in Main
/art/test/008-exceptions/
Dexpected.txt7 at Main.throwNullPointerException(Main.java:65)
/art/test/107-int-math2/src/
DMain.java120 static void throwNullPointerException() { in throwNullPointerException() method in Main
132 throwNullPointerException(); in catchBlock()
737 throwNullPointerException(); in throwAndCatch()