/art/test/122-npe/src/ |
D | Main.java | 39 NullPointerException npe = null; in methodTwo() local 47 npe = e; in methodTwo() 49 check(npe, thisLine += 4); in methodTwo() 55 npe = e; in methodTwo() 57 check(npe, thisLine += 8); in methodTwo() 63 npe = e; in methodTwo() 65 check(npe, thisLine += 8); in methodTwo() 70 npe = e; in methodTwo() 72 check(npe, thisLine += 7); in methodTwo() 77 npe = e; in methodTwo() [all …]
|
/art/test/439-npe/src/ |
D | Main.java | 107 } catch (NullPointerException npe) { in main() 108 check(npe, thisLine += 2, methodLine, "$opt$setObjectField"); in main() 113 } catch (NullPointerException npe) { in main() 114 check(npe, thisLine += 6, methodLine += 4, "$opt$setIntField"); in main() 119 } catch (NullPointerException npe) { in main() 120 check(npe, thisLine += 6, methodLine += 4, "$opt$setFloatField"); in main() 125 } catch (NullPointerException npe) { in main() 126 check(npe, thisLine += 6, methodLine += 4, "$opt$setLongField"); in main() 131 } catch (NullPointerException npe) { in main() 132 check(npe, thisLine += 6, methodLine += 4, "$opt$setDoubleField"); in main() [all …]
|
/art/test/106-exceptions2/src/ |
D | Main.java | 70 } catch (NullPointerException npe) { in checkThrow() 77 } catch (NullPointerException npe) { in checkThrow() 84 } catch (NullPointerException npe) { in checkThrow() 98 } catch (NullPointerException npe) { in checkThrow() 107 } catch (NullPointerException npe) { in checkThrow() 126 } catch (NullPointerException npe) { in checkThrow() 165 } catch (NullPointerException npe) { in checkAIOBE() 173 } catch (NullPointerException npe) { in checkAIOBE() 189 } catch (NullPointerException npe) { in checkDivZero()
|
/art/test/008-exceptions/src/ |
D | Main.java | 60 } catch (NullPointerException npe) { in exceptions_007() 62 System.out.println(npe.getMessage()); in exceptions_007() 63 npe.printStackTrace(System.out); in exceptions_007() 75 } catch (NullPointerException npe) { in catchAndRethrow() 78 npe2.initCause(npe); in catchAndRethrow()
|
/art/test/003-omnibus-opcodes/src/ |
D | InstField.java | 42 } catch (NullPointerException npe) { in nullCheck() 48 } catch (NullPointerException npe) { in nullCheck() 54 } catch (NullPointerException npe) { in nullCheck() 60 } catch (NullPointerException npe) { in nullCheck()
|
D | Throw.java | 55 } catch (NullPointerException npe) { in twoA() 77 } catch (NullPointerException npe) { in twoN()
|
D | Monitor.java | 44 } catch (NullPointerException npe) { in run()
|
D | MethodCall.java | 64 } catch (NullPointerException npe) { in run()
|
/art/test/408-move-bug/src/ |
D | Main.java | 21 npe(); in main() 45 static void npe() { in npe() method in Main
|
/art/test/021-string2/ |
D | expected.txt | 1 Got expected npe
|
/art/test/439-npe/ |
D | info.txt | 1 More tests for NullPointerExceptions to complement 122-npe.
|
/art/test/140-dce-regression/src/ |
D | Main.java | 25 } catch (NullPointerException npe) { in testArrayLength()
|
/art/test/524-boolean-simplifier-regression/src/ |
D | Main.java | 27 } catch (NullPointerException npe) { in test1()
|
/art/test/081-hot-exceptions/src/ |
D | Main.java | 35 } catch (NullPointerException npe) { in main()
|
/art/test/537-checker-arraycopy/src/ |
D | Main.java | 30 } catch (NullPointerException npe) { in main()
|
/art/test/127-checker-secondarydex/src/ |
D | Main.java | 38 } catch (NullPointerException npe) { in testSlowPathDirectInvoke()
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 243 } catch(NullPointerException npe) { in getterSetterTest() 291 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 296 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 301 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 306 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 311 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 316 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 321 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 326 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() 331 } catch(NullPointerException npe) { in setterTestWithReturnArgIgnoreReturn() [all …]
|
/art/test/021-string2/src/ |
D | Main.java | 59 } catch (NullPointerException npe) { in main()
|
/art/test/201-built-in-exception-detail-messages/src/ |
D | Main.java | 437 } catch (NullPointerException npe) { in reflection() 438 assertEquals("null receiver", npe.getMessage()); in reflection()
|
/art/test/020-string/src/ |
D | Main.java | 130 } catch (NullPointerException npe) { in copyTest()
|
/art/test/107-int-math2/src/ |
D | Main.java | 137 } catch (NullPointerException npe) { in catchBlock() 146 } catch (NullPointerException npe) { in catchBlockNoThrow() 741 } catch (NullPointerException npe) { in throwAndCatch()
|
/art/test/082-inline-execute/src/ |
D | Main.java | 434 } catch (NullPointerException npe) { in test_String_compareTo()
|