Searched refs:fi (Results 1 – 3 of 3) sorted by relevance
177 final int fi = i; in testByteArrayViewVarHandle() local178 assertThrowsISE(() -> vhShort.getAcquire(array, fi)); in testByteArrayViewVarHandle()179 assertThrowsISE(() -> vhShort.setRelease(array, fi, (short) 0)); in testByteArrayViewVarHandle()211 final int fi = i; in testByteArrayViewVarHandle() local212 assertThrowsISE(() -> vhInt.getAcquire(array, fi)); in testByteArrayViewVarHandle()213 assertThrowsISE(() -> vhInt.setRelease(array, fi, (int) 0)); in testByteArrayViewVarHandle()266 final int fi = i; in testByteBufferVarHandle() local267 assertThrowsISE(() -> vhShort.getAcquire(buffer, fi)); in testByteBufferVarHandle()268 assertThrowsISE(() -> vhShort.setRelease(buffer, fi, (short) 0)); in testByteBufferVarHandle()306 final int fi = i; in testByteBufferVarHandle() local[all …]
125 lir::Instruction* fi = *it; in Transform() local126 if (fi->Accept(&visitor)) { in Transform()
43 final int fi = 4; field in Main