Home
last modified time | relevance | path

Searched refs:ByteArraySource (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseByteArrayTest.java104 static class ByteArraySource extends ByteArrayViewSource<byte[]> { class in VarHandleBaseByteArrayTest
105 public ByteArraySource(byte[] bytes, MemoryMode... modes) { in ByteArraySource() method in VarHandleBaseByteArrayTest.ByteArraySource
278 ByteArraySource a = in setupByteSources()
279 new ByteArraySource(array, in setupByteSources()
DVarHandleTestByteArrayAsShort.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
286 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
690 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
776 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DVarHandleTestByteArrayAsChar.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
286 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
690 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
776 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DVarHandleTestByteArrayAsFloat.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
372 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
779 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
952 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DVarHandleTestByteArrayAsDouble.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
372 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
779 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
952 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DVarHandleTestByteArrayAsLong.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
464 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
871 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
1136 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DVarHandleTestByteArrayAsInt.java138 if (bav instanceof ByteArraySource) { in accessTestCaseProvider()
139 ByteArraySource bas = (ByteArraySource) bav; in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
464 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
871 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayMisalignedAccess()
1136 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) { in testArrayReadWrite()
DX-VarHandleTestByteArrayView.java.template170 if (bav instanceof ByteArraySource) {
171 ByteArraySource bas = (ByteArraySource) bav;
236 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) {
508 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) {
928 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable {
1215 … static void testArrayMisalignedAccess(ByteArraySource bs, VarHandleSource vhs) throws Throwable {
1492 static void testArrayReadWrite(ByteArraySource bs, VarHandleSource vhs) {