Searched refs:thisLine (Results 1 – 2 of 2) sorted by relevance
/art/test/122-npe/src/ |
D | Main.java | 41 int thisLine = 41; in methodTwo() local 49 check(npe, thisLine += 4); in methodTwo() 57 check(npe, thisLine += 8); in methodTwo() 65 check(npe, thisLine += 8); in methodTwo() 72 check(npe, thisLine += 7); in methodTwo() 79 check(npe, thisLine += 7); in methodTwo() 86 check(npe, thisLine += 7); in methodTwo() 93 check(npe, thisLine += 7); in methodTwo() 100 check(npe, thisLine += 7); in methodTwo() 107 check(npe, thisLine += 7); in methodTwo() [all …]
|
/art/test/439-npe/src/ |
D | Main.java | 103 int thisLine = 103; in main() local 108 check(npe, thisLine += 2, methodLine, "$opt$setObjectField"); in main() 114 check(npe, thisLine += 6, methodLine += 4, "$opt$setIntField"); in main() 120 check(npe, thisLine += 6, methodLine += 4, "$opt$setFloatField"); in main() 126 check(npe, thisLine += 6, methodLine += 4, "$opt$setLongField"); in main() 132 check(npe, thisLine += 6, methodLine += 4, "$opt$setDoubleField"); in main() 138 check(npe, thisLine += 6, methodLine += 4, "$opt$setByteField"); in main() 144 check(npe, thisLine += 6, methodLine += 4, "$opt$setBooleanField"); in main() 150 check(npe, thisLine += 6, methodLine += 4, "$opt$setCharField"); in main() 156 check(npe, thisLine += 6, methodLine += 4, "$opt$setShortField"); in main() [all …]
|