Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsInt.java480 checkROBE(() -> { in testArrayUnsupported() method
486 checkROBE(() -> { in testArrayUnsupported() method
490 checkROBE(() -> { in testArrayUnsupported() method
494 checkROBE(() -> { in testArrayUnsupported() method
498 checkROBE(() -> { in testArrayUnsupported() method
502 checkROBE(() -> { in testArrayUnsupported() method
506 checkROBE(() -> { in testArrayUnsupported() method
510 checkROBE(() -> { in testArrayUnsupported() method
514 checkROBE(() -> { in testArrayUnsupported() method
518 checkROBE(() -> { in testArrayUnsupported() method
[all …]
DVarHandleTestByteArrayAsLong.java480 checkROBE(() -> { in testArrayUnsupported() method
486 checkROBE(() -> { in testArrayUnsupported() method
490 checkROBE(() -> { in testArrayUnsupported() method
494 checkROBE(() -> { in testArrayUnsupported() method
498 checkROBE(() -> { in testArrayUnsupported() method
502 checkROBE(() -> { in testArrayUnsupported() method
506 checkROBE(() -> { in testArrayUnsupported() method
510 checkROBE(() -> { in testArrayUnsupported() method
514 checkROBE(() -> { in testArrayUnsupported() method
518 checkROBE(() -> { in testArrayUnsupported() method
[all …]
DVarHandleTestByteArrayAsDouble.java434 checkROBE(() -> { in testArrayUnsupported() method
440 checkROBE(() -> { in testArrayUnsupported() method
444 checkROBE(() -> { in testArrayUnsupported() method
448 checkROBE(() -> { in testArrayUnsupported() method
452 checkROBE(() -> { in testArrayUnsupported() method
456 checkROBE(() -> { in testArrayUnsupported() method
460 checkROBE(() -> { in testArrayUnsupported() method
464 checkROBE(() -> { in testArrayUnsupported() method
468 checkROBE(() -> { in testArrayUnsupported() method
472 checkROBE(() -> { in testArrayUnsupported() method
[all …]
DVarHandleTestByteArrayAsFloat.java434 checkROBE(() -> { in testArrayUnsupported() method
440 checkROBE(() -> { in testArrayUnsupported() method
444 checkROBE(() -> { in testArrayUnsupported() method
448 checkROBE(() -> { in testArrayUnsupported() method
452 checkROBE(() -> { in testArrayUnsupported() method
456 checkROBE(() -> { in testArrayUnsupported() method
460 checkROBE(() -> { in testArrayUnsupported() method
464 checkROBE(() -> { in testArrayUnsupported() method
468 checkROBE(() -> { in testArrayUnsupported() method
472 checkROBE(() -> { in testArrayUnsupported() method
[all …]
DX-VarHandleTestByteArrayView.java.template619 checkROBE(() -> {
625 checkROBE(() -> {
629 checkROBE(() -> {
633 checkROBE(() -> {
638 checkROBE(() -> {
642 checkROBE(() -> {
646 checkROBE(() -> {
650 checkROBE(() -> {
654 checkROBE(() -> {
658 checkROBE(() -> {
[all …]
DVarHandleTestByteArrayAsChar.java391 checkROBE(() -> { in testArrayUnsupported() method
397 checkROBE(() -> { in testArrayUnsupported() method
401 checkROBE(() -> { in testArrayUnsupported() method
405 checkROBE(() -> { in testArrayUnsupported() method
DVarHandleTestByteArrayAsShort.java391 checkROBE(() -> { in testArrayUnsupported() method
397 checkROBE(() -> { in testArrayUnsupported() method
401 checkROBE(() -> { in testArrayUnsupported() method
405 checkROBE(() -> { in testArrayUnsupported() method
DVarHandleBaseTest.java60 static void checkROBE(ThrowingRunnable r) { in checkROBE() method in VarHandleBaseTest
64 static void checkROBE(Object message, ThrowingRunnable r) { in checkROBE() method in VarHandleBaseTest