Home
last modified time | relevance | path

Searched refs:thisLine (Results 1 – 2 of 2) sorted by relevance

/art/test/122-npe/src/
DMain.java41 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/
DMain.java312 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 …]