Searched defs:npe (Results 1 - 3 of 3) sorted by relevance

/art/test/408-move-bug/src/
H A DMain.java21 npe();
45 static void npe() { method in class:Main
/art/test/122-npe/src/
H A DMain.java39 NullPointerException npe = null;
47 npe = e;
49 check(npe, thisLine += 4);
55 npe = e;
57 check(npe, thisLine += 8);
63 npe = e;
65 check(npe, thisLine += 8);
70 npe = e;
72 check(npe, thisLine += 7);
77 npe
552 check(NullPointerException npe, int firstLine) argument
[all...]
/art/test/439-npe/src/
H A DMain.java107 } catch (NullPointerException npe) {
108 check(npe, thisLine += 2, methodLine, "$opt$setObjectField");
113 } catch (NullPointerException npe) {
114 check(npe, thisLine += 6, methodLine += 4, "$opt$setIntField");
119 } catch (NullPointerException npe) {
120 check(npe, thisLine += 6, methodLine += 4, "$opt$setFloatField");
125 } catch (NullPointerException npe) {
126 check(npe, thisLine += 6, methodLine += 4, "$opt$setLongField");
131 } catch (NullPointerException npe) {
132 check(npe, thisLin
214 check(NullPointerException npe, int mainLine, int medthodLine, String methodName) argument
[all...]

Completed in 156 milliseconds