Home
last modified time | relevance | path

Searched refs:getVolatile (Results 1 – 25 of 35) sorted by relevance

12

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestMethodTypeDouble.java183 double x = (double) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 double x = (double) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 double x = (double) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 double x = (double) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 double x = (double) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
982 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
985 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
988 double x = (double) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeFloat.java183 float x = (float) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 float x = (float) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 float x = (float) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 float x = (float) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 float x = (float) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
982 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
985 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
988 float x = (float) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestByteArrayAsShort.java218 short x = (short) vh.getVolatile(array, ci); in testArrayNPE()
259 short x = (short) vh.getVolatile(array, ci); in testArrayNPE()
611 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
660 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
703 short x = (short) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
745 short x = (short) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
799 short x = (short) vh.getVolatile(array, i); in testArrayReadWrite()
845 short x = (short) vh.getVolatile(array, i); in testArrayReadWrite()
894 short x = (short) vh.getVolatile(array, i); in testArrayReadOnly()
DVarHandleTestByteArrayAsChar.java218 char x = (char) vh.getVolatile(array, ci); in testArrayNPE()
259 char x = (char) vh.getVolatile(array, ci); in testArrayNPE()
611 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
660 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
703 char x = (char) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
745 char x = (char) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
799 char x = (char) vh.getVolatile(array, i); in testArrayReadWrite()
845 char x = (char) vh.getVolatile(array, i); in testArrayReadWrite()
894 char x = (char) vh.getVolatile(array, i); in testArrayReadOnly()
DVarHandleTestMethodTypeString.java183 String x = (String) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 String x = (String) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 String x = (String) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 String x = (String) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 String x = (String) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
860 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
863 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
866 String x = (String) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeBoolean.java183 boolean x = (boolean) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 boolean x = (boolean) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 boolean x = (boolean) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 int x = (int) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 boolean x = (boolean) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 boolean x = (boolean) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1164 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1167 int x = (int) vh.getVolatile(); in testStaticFieldWrongMethodType()
1170 boolean x = (boolean) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleMethodReferenceTest.java63 r = vh::getVolatile; in testMethodReferences()
DVarHandleTestMethodTypeLong.java183 long x = (long) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 long x = (long) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 long x = (long) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 long x = (long) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 long x = (long) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
1292 long x = (long) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeInt.java183 int x = (int) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 int x = (int) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 int x = (int) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 int x = (int) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 int x = (int) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
1292 int x = (int) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeByte.java183 byte x = (byte) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 byte x = (byte) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 byte x = (byte) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 byte x = (byte) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 byte x = (byte) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
1292 byte x = (byte) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeShort.java183 short x = (short) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 short x = (short) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 short x = (short) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 short x = (short) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 short x = (short) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
1292 short x = (short) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestMethodTypeChar.java183 char x = (char) vh.getVolatile(null); in testInstanceFieldWrongMethodType()
186 char x = (char) vh.getVolatile(Void.class); in testInstanceFieldWrongMethodType()
189 char x = (char) vh.getVolatile(0); in testInstanceFieldWrongMethodType()
193 Void x = (Void) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
196 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFieldWrongMethodType()
200 char x = (char) vh.getVolatile(); in testInstanceFieldWrongMethodType()
203 char x = (char) vh.getVolatile(recv, Void.class); in testInstanceFieldWrongMethodType()
1286 Void x = (Void) vh.getVolatile(); in testStaticFieldWrongMethodType()
1289 boolean x = (boolean) vh.getVolatile(); in testStaticFieldWrongMethodType()
1292 char x = (char) vh.getVolatile(Void.class); in testStaticFieldWrongMethodType()
[all …]
DVarHandleTestByteArrayAsFloat.java218 float x = (float) vh.getVolatile(array, ci); in testArrayNPE()
302 float x = (float) vh.getVolatile(array, ci); in testArrayNPE()
613 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
706 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
792 float x = (float) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
878 float x = (float) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
975 float x = (float) vh.getVolatile(array, i); in testArrayReadWrite()
1148 float x = (float) vh.getVolatile(array, i); in testArrayReadWrite()
1324 float x = (float) vh.getVolatile(array, i); in testArrayReadOnly()
DVarHandleTestByteArrayAsDouble.java218 double x = (double) vh.getVolatile(array, ci); in testArrayNPE()
302 double x = (double) vh.getVolatile(array, ci); in testArrayNPE()
613 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
706 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
792 double x = (double) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
878 double x = (double) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
975 double x = (double) vh.getVolatile(array, i); in testArrayReadWrite()
1148 double x = (double) vh.getVolatile(array, i); in testArrayReadWrite()
1324 double x = (double) vh.getVolatile(array, i); in testArrayReadOnly()
DVarHandleTestAccessDouble.java245 double x = (double) vh.getVolatile(recv); in testInstanceFinalField()
329 double x = (double) vh.getVolatile(); in testStaticFinalField()
415 double x = (double) vh.getVolatile(recv); in testInstanceField()
643 double x = (double) vh.getVolatile(); in testStaticField()
874 double x = (double) vh.getVolatile(array, i); in testArray()
1108 double x = (double) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessFloat.java245 float x = (float) vh.getVolatile(recv); in testInstanceFinalField()
329 float x = (float) vh.getVolatile(); in testStaticFinalField()
415 float x = (float) vh.getVolatile(recv); in testInstanceField()
643 float x = (float) vh.getVolatile(); in testStaticField()
874 float x = (float) vh.getVolatile(array, i); in testArray()
1108 float x = (float) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessBoolean.java245 boolean x = (boolean) vh.getVolatile(recv); in testInstanceFinalField()
305 boolean x = (boolean) vh.getVolatile(); in testStaticFinalField()
367 boolean x = (boolean) vh.getVolatile(recv); in testInstanceField()
627 boolean x = (boolean) vh.getVolatile(); in testStaticField()
890 boolean x = (boolean) vh.getVolatile(array, i); in testArray()
1156 boolean x = (boolean) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessByte.java245 byte x = (byte) vh.getVolatile(recv); in testInstanceFinalField()
294 byte x = (byte) vh.getVolatile(); in testStaticFinalField()
345 byte x = (byte) vh.getVolatile(recv); in testInstanceField()
621 byte x = (byte) vh.getVolatile(); in testStaticField()
900 byte x = (byte) vh.getVolatile(array, i); in testArray()
1182 byte x = (byte) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessInt.java245 int x = (int) vh.getVolatile(recv); in testInstanceFinalField()
294 int x = (int) vh.getVolatile(); in testStaticFinalField()
345 int x = (int) vh.getVolatile(recv); in testInstanceField()
621 int x = (int) vh.getVolatile(); in testStaticField()
900 int x = (int) vh.getVolatile(array, i); in testArray()
1182 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessShort.java245 short x = (short) vh.getVolatile(recv); in testInstanceFinalField()
294 short x = (short) vh.getVolatile(); in testStaticFinalField()
345 short x = (short) vh.getVolatile(recv); in testInstanceField()
621 short x = (short) vh.getVolatile(); in testStaticField()
900 short x = (short) vh.getVolatile(array, i); in testArray()
1182 short x = (short) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessLong.java245 long x = (long) vh.getVolatile(recv); in testInstanceFinalField()
294 long x = (long) vh.getVolatile(); in testStaticFinalField()
345 long x = (long) vh.getVolatile(recv); in testInstanceField()
621 long x = (long) vh.getVolatile(); in testStaticField()
900 long x = (long) vh.getVolatile(array, i); in testArray()
1182 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessString.java252 String x = (String) vh.getVolatile(recv); in testInstanceFinalField()
347 String x = (String) vh.getVolatile(); in testStaticFinalField()
444 String x = (String) vh.getVolatile(recv); in testInstanceField()
656 String x = (String) vh.getVolatile(); in testStaticField()
871 String x = (String) vh.getVolatile(array, i); in testArray()
1089 String x = (String) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestAccessChar.java245 char x = (char) vh.getVolatile(recv); in testInstanceFinalField()
294 char x = (char) vh.getVolatile(); in testStaticFinalField()
345 char x = (char) vh.getVolatile(recv); in testInstanceField()
621 char x = (char) vh.getVolatile(); in testStaticField()
900 char x = (char) vh.getVolatile(array, i); in testArray()
1182 char x = (char) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
DVarHandleTestByteArrayAsLong.java218 long x = (long) vh.getVolatile(array, ci); in testArrayNPE()
348 long x = (long) vh.getVolatile(array, ci); in testArrayNPE()
613 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
752 long x = (long) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
884 long x = (long) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
1016 long x = (long) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
1159 long x = (long) vh.getVolatile(array, i); in testArrayReadWrite()
1442 long x = (long) vh.getVolatile(array, i); in testArrayReadWrite()
1728 long x = (long) vh.getVolatile(array, i); in testArrayReadOnly()
DVarHandleTestByteArrayAsInt.java218 int x = (int) vh.getVolatile(array, ci); in testArrayNPE()
348 int x = (int) vh.getVolatile(array, ci); in testArrayNPE()
613 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
752 int x = (int) vh.getVolatile(array, ci); in testArrayIndexOutOfBounds()
884 int x = (int) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
1016 int x = (int) vh.getVolatile(array, ci); in testArrayMisalignedAccess()
1159 int x = (int) vh.getVolatile(array, i); in testArrayReadWrite()
1442 int x = (int) vh.getVolatile(array, i); in testArrayReadWrite()
1728 int x = (int) vh.getVolatile(array, i); in testArrayReadOnly()

12