Home
last modified time | relevance | path

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

/aosp12/art/test/122-npe/src/
H A DMain.java43 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 …]
/aosp12/art/test/439-npe/src/
H A 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()
347 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setByteField"); in main()
359 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$setCharField"); in main()
377 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$getIntField"); in main()
389 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$getLongField"); in main()
401 check(npe, thisLine += 6, methodLine += 5, "$opt$noinline$getByteField"); in main()
[all …]
/aosp12/art/test/814-large-field-offsets/src/
H A DMain.java184 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 …]