Searched refs:box (Results 1 – 3 of 3) sorted by relevance
49 # Test boxing and unboxing; the same lambda should be invoked as if there was no box.54 box-lambda v2, v0 # v2 = box(v0)66 box-lambda v2, v0 # v2 = box(v0)67 box-lambda v3, v0 # v3 = box(v0)119 box-lambda v2, v0 # attempting to box a null lambda will throw NPE126 const-string v2, "(BoxUnbox) Caught NPE for box-lambda"
8 (BoxUnbox) Caught NPE for box-lambda
132 Short box = (Short) Array.get(shortArray, 0); in testSingleShort() local