Home
last modified time | relevance | path

Searched refs:testArrayIndexOutOfBounds (Results 1 – 25 of 27) sorted by relevance

12

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsShort.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsShort
639 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsShort
DVarHandleTestByteArrayAsChar.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
594 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsChar
639 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsChar
DVarHandleTestByteArrayAsFloat.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsFloat
685 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsFloat
DVarHandleTestByteArrayAsDouble.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsDouble
685 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsDouble
DVarHandleTestMethodHandleAccessString.java104 … vhArray, f, VarHandleTestMethodHandleAccessString::testArrayIndexOutOfBounds, in accessTestCaseProvider()
640 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessString
DVarHandleTestMethodHandleAccessDouble.java104 … vhArray, f, VarHandleTestMethodHandleAccessDouble::testArrayIndexOutOfBounds, in accessTestCaseProvider()
706 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessDouble
DVarHandleTestMethodHandleAccessFloat.java104 … vhArray, f, VarHandleTestMethodHandleAccessFloat::testArrayIndexOutOfBounds, in accessTestCaseProvider()
706 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessFloat
DVarHandleTestByteArrayAsLong.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsLong
731 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsLong
DVarHandleTestByteArrayAsInt.java151 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h), in accessTestCaseProvider()
178 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h), in accessTestCaseProvider()
596 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsInt
731 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestByteArrayAsInt
DVarHandleTestAccessDouble.java215 … vhArray, VarHandleTestAccessDouble::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1093 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessDouble
DVarHandleTestAccessFloat.java215 … vhArray, VarHandleTestAccessFloat::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1093 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessFloat
DVarHandleTestAccessBoolean.java215 … vhArray, VarHandleTestAccessBoolean::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1141 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessBoolean
DVarHandleTestMethodHandleAccessChar.java104 … vhArray, f, VarHandleTestMethodHandleAccessChar::testArrayIndexOutOfBounds, in accessTestCaseProvider()
940 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessChar
DVarHandleTestAccessByte.java215 … vhArray, VarHandleTestAccessByte::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1167 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessByte
DVarHandleTestAccessInt.java215 … vhArray, VarHandleTestAccessInt::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1167 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessInt
DVarHandleTestMethodHandleAccessByte.java104 … vhArray, f, VarHandleTestMethodHandleAccessByte::testArrayIndexOutOfBounds, in accessTestCaseProvider()
940 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessByte
DVarHandleTestMethodHandleAccessShort.java104 … vhArray, f, VarHandleTestMethodHandleAccessShort::testArrayIndexOutOfBounds, in accessTestCaseProvider()
940 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessShort
DVarHandleTestMethodHandleAccessLong.java104 … vhArray, f, VarHandleTestMethodHandleAccessLong::testArrayIndexOutOfBounds, in accessTestCaseProvider()
940 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessLong
DVarHandleTestMethodHandleAccessInt.java104 … vhArray, f, VarHandleTestMethodHandleAccessInt::testArrayIndexOutOfBounds, in accessTestCaseProvider()
940 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessInt
DVarHandleTestAccessShort.java215 … vhArray, VarHandleTestAccessShort::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1167 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessShort
DVarHandleTestAccessLong.java215 … vhArray, VarHandleTestAccessLong::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1167 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessLong
DVarHandleTestMethodHandleAccessBoolean.java104 … vhArray, f, VarHandleTestMethodHandleAccessBoolean::testArrayIndexOutOfBounds, in accessTestCaseProvider()
874 static void testArrayIndexOutOfBounds(Handles hs) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestMethodHandleAccessBoolean
DVarHandleTestAccessString.java219 … vhArray, VarHandleTestAccessString::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1074 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessString
DVarHandleTestAccessChar.java215 … vhArray, VarHandleTestAccessChar::testArrayIndexOutOfBounds, in accessTestCaseProvider()
1167 static void testArrayIndexOutOfBounds(VarHandle vh) throws Throwable { in testArrayIndexOutOfBounds() method in VarHandleTestAccessChar
DX-VarHandleTestByteArrayView.java.template183 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bas, h),
210 … "index out of bounds", bav, vh, h -> testArrayIndexOutOfBounds(bbs, h),
928 … static void testArrayIndexOutOfBounds(ByteArraySource bs, VarHandleSource vhs) throws Throwable {
1069 … static void testArrayIndexOutOfBounds(ByteBufferSource bs, VarHandleSource vhs) throws Throwable {

12