Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleBaseByteArrayTest.java164 static class VarHandleSource extends Source<VarHandle> { class in VarHandleBaseByteArrayTest
165 VarHandleSource(VarHandle vh, MemoryMode... modes) { in VarHandleSource() method in VarHandleBaseByteArrayTest.VarHandleSource
179 static class VarHandleSourceAccessTestCase extends AccessTestCase<VarHandleSource> {
181 final VarHandleSource vhs;
183 …sTestCase(String desc, ByteArrayViewSource<?> bs, VarHandleSource vhs, AccessTestAction<VarHandleS… in VarHandleSourceAccessTestCase()
187 …sTestCase(String desc, ByteArrayViewSource<?> bs, VarHandleSource vhs, AccessTestAction<VarHandleS… in VarHandleSourceAccessTestCase()
194 VarHandleSource get() { in get()
266 List<VarHandleSource> vhss;
DVarHandleTestByteArrayAsShort.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
245 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
286 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
384 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
639 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DVarHandleTestByteArrayAsChar.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
245 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
286 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
384 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
639 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DVarHandleTestByteArrayAsFloat.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
288 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
372 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
427 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
685 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DVarHandleTestByteArrayAsDouble.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
288 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
372 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
427 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
685 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DVarHandleTestByteArrayAsLong.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
334 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
464 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
473 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
731 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DVarHandleTestByteArrayAsInt.java67 VarHandleSource aeh = new VarHandleSource( in setupVarHandleSources()
72 VarHandleSource bbh = new VarHandleSource( in setupVarHandleSources()
81 public void testIsAccessModeSupported(VarHandleSource vhs) { in testIsAccessModeSupported()
136 for (VarHandleSource vh : vhss) { in accessTestCaseProvider()
204 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) { in testArrayNPE()
334 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) { in testArrayNPE()
464 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) { in testArrayUnsupported()
473 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) { in testArrayUnsupported()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
731 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds()
[all …]
DX-VarHandleTestByteArrayView.java.template67 VarHandleSource aeh = new VarHandleSource(
72 VarHandleSource bbh = new VarHandleSource(
81 public void testIsAccessModeSupported(VarHandleSource vhs) {
168 for (VarHandleSource vh : vhss) {
236 static void testArrayNPE(ByteArraySource bs, VarHandleSource vhs) {
372 static void testArrayNPE(ByteBufferSource bs, VarHandleSource vhs) {
508 static void testArrayUnsupported(ByteArraySource bs, VarHandleSource vhs) {
612 static void testArrayUnsupported(ByteBufferSource bs, VarHandleSource vhs) {
928 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable {
1069 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable {
[all …]