Searched refs:thisLine (Results 1 – 3 of 3) sorted by relevance
/art/test/122-npe/src/ |
D | Main.java | 43 int thisLine = 43; in methodTwo() local 51 check(npe, thisLine += 4); in methodTwo() 59 check(npe, thisLine += 8); in methodTwo() 67 check(npe, thisLine += 8); in methodTwo() 74 check(npe, thisLine += 7); in methodTwo() 81 check(npe, thisLine += 7); in methodTwo() 88 check(npe, thisLine += 7); in methodTwo() 95 check(npe, thisLine += 7); in methodTwo() 102 check(npe, thisLine += 7); in methodTwo() 109 check(npe, thisLine += 7); in methodTwo() [all …]
|
/art/test/439-npe/src/ |
D | Main.java | 312 int thisLine = 312; in main() local 317 check(npe, thisLine += 2, methodLine, "$opt$noinline$setObjectField"); in main() 323 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setIntField"); in main() 329 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setFloatField"); in main() 335 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setLongField"); in main() 341 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setDoubleField"); in main() 347 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setByteField"); in main() 353 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setBooleanField"); in main() 359 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setCharField"); in main() 365 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setShortField"); in main() [all …]
|
/art/test/814-large-field-offsets/src/ |
D | Main.java | 184 int thisLine = 184; in test() local 194 check(npe, thisLine += 6); in test() 201 check(npe, thisLine += 7); in test() 208 check(npe, thisLine += 7); in test() 215 check(npe, thisLine += 7); in test() 222 check(npe, thisLine += 7); in test() 229 check(npe, thisLine += 7); in test() 236 check(npe, thisLine += 7); in test() 243 check(npe, thisLine += 7); in test() 250 check(npe, thisLine += 7); in test() [all …]
|