Home
last modified time | relevance | path

Searched refs:misalignmentAtZero (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsShort.java694 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
698 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
736 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
740 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
780 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
785 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
827 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
832 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
872 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
880 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DVarHandleTestByteArrayAsChar.java694 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
698 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
736 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
740 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
780 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
785 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
827 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
832 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
872 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
880 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DVarHandleTestByteArrayAsFloat.java783 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
787 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
869 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
873 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
956 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
961 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1130 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
1135 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1302 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
1310 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DVarHandleTestByteArrayAsDouble.java783 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
787 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
869 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
873 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
956 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
961 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1130 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
1135 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1302 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
1310 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DVarHandleTestByteArrayAsLong.java875 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
879 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
1007 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
1011 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
1140 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
1145 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1424 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
1429 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1706 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
1714 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DVarHandleTestByteArrayAsInt.java875 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
879 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
1007 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayMisalignedAccess() local
1011 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayMisalignedAccess()
1140 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE); in testArrayReadWrite() local
1145 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1424 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadWrite() local
1429 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadWrite()
1706 int misalignmentAtZero = array.alignmentOffset(0, SIZE); in testArrayReadOnly() local
1714 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0; in testArrayReadOnly()
DX-VarHandleTestByteArrayView.java.template1219 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE);
1223 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0;
1357 int misalignmentAtZero = array.alignmentOffset(0, SIZE);
1361 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0;
1496 int misalignmentAtZero = ByteBuffer.wrap(array).alignmentOffset(0, SIZE);
1501 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0;
1786 int misalignmentAtZero = array.alignmentOffset(0, SIZE);
1791 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0;
2074 int misalignmentAtZero = array.alignmentOffset(0, SIZE);
2082 boolean iAligned = ((i + misalignmentAtZero) & (SIZE - 1)) == 0;