Searched defs:test_vi_off (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/cr8004867/
H A DTestIntAtomicCAS.java846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicCAS
H A DTestIntUnsafeCAS.java865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicOrdered.java846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicVolatile
/openjdk10/hotspot/test/compiler/codegen/
H A DTestFloatVect.java828 static void test_vi_off(float[] a, float b) { method in class:TestFloatVect
H A DTestCharVect.java828 static void test_vi_off(char[] a, char b) { method in class:TestCharVect
H A DTestByteVect.java828 static void test_vi_off(byte[] a, byte b) { method in class:TestByteVect
H A DTestDoubleVect.java828 static void test_vi_off(double[] a, double b) { method in class:TestDoubleVect
H A DTestLongVect.java828 static void test_vi_off(long[] a, long b) { method in class:TestLongVect
H A DTestIntVect.java828 static void test_vi_off(int[] a, int b) { method in class:TestIntVect
H A DTestShortVect.java828 static void test_vi_off(short[] a, short b) { method in class:TestShortVect
H A DTestBooleanVect.java827 static void test_vi_off(boolean[] a, boolean b) { method in class:TestBooleanVect

Completed in 166 milliseconds