Searched defs:testShort (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/test/java/io/RandomAccessFile/
H A DReadWritePrimitives.java57 private static void testShort() throws IOException { method in class:ReadWritePrimitives
/openjdk9/langtools/test/tools/javac/boxing/
H A DT6816548.java46 public static void testShort() { method in class:T6816548
H A DT6348760.java78 static void testShort(T6348760<Short> i, T6348760<Short> j, T6348760<Boolean> a) { method in class:T6348760
/openjdk9/hotspot/test/compiler/c2/
H A DTestCharShortByteSwap.java69 private static void testShort(short a, short b) { method in class:TestCharShortByteSwap
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DNegateNodeCanonicalizationTest.java70 public void testShort() { method in class:NegateNodeCanonicalizationTest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_multianewarray04.java84 private static int testShort(int a) { method in class:BC_multianewarray04
H A DBC_arraylength.java51 public static int testShort(short[] arg) { method in class:BC_arraylength
/openjdk9/langtools/test/tools/javac/lambda/
H A DMethodReference31.java123 static void testShort() { method in class:MethodReference31
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.jtt/src/org/graalvm/compiler/lir/jtt/
H A DStackMoveTest.java209 public short[] testShort(short a, short[] out) { method in class:StackMoveTest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64.test/src/org/graalvm/compiler/core/amd64/test/
H A DConstantStackMoveTest.java153 public short testShort() { method in class:ConstantStackMoveTest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DArrayCopyIntrinsificationTest.java127 public void testShort() { method in class:ArrayCopyIntrinsificationTest
/openjdk9/hotspot/test/compiler/intrinsics/unsafe/
H A DAllocateUninitializedArray.java158 static Object testShort() { return UNSAFE.allocateUninitializedArray(short.class, 10); } method in class:AllocateUninitializedArray.AllConstants
174 static Object testShort() { return UNSAFE.allocateUninitializedArray(short.class, sampleLen); } method in class:AllocateUninitializedArray.ClassIsConstant
190 static Object testShort() { return UNSAFE.allocateUninitializedArray(classShort, 10); } method in class:AllocateUninitializedArray.LengthIsConstant
206 static Object testShort() { return UNSAFE.allocateUninitializedArray(classShort, sampleLen); } method in class:AllocateUninitializedArray.NothingIsConstant
/openjdk9/hotspot/test/compiler/intrinsics/klass/
H A DTestIsPrimitive.java131 static boolean testShort() { return short.class.isPrimitive(); } method in class:TestIsPrimitive.InlineConstants
144 static boolean testShort() { return staticClassShort.isPrimitive(); } method in class:TestIsPrimitive.StaticConstants
158 static boolean testShort() { return classShort.isPrimitive(); } method in class:TestIsPrimitive.NoConstants

Completed in 126 milliseconds