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

/openjdk10/langtools/test/tools/javac/boxing/
H A DT6816548.java53 public static void testByte() { method in class:T6816548
H A DT6348760.java40 static void testByte(T6348760<Byte> i, T6348760<Byte> j, T6348760<Boolean> a) { method in class:T6348760
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DNegateNodeCanonicalizationTest.java55 public void testByte() { method in class:NegateNodeCanonicalizationTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.jtt/src/org/graalvm/compiler/lir/jtt/
H A DConstantStackCastTest.java95 public byte testByte(byte value) { method in class:ConstantStackCastTest
H A DStackStoreLoadTest.java132 public byte[] testByte(byte a, byte[] out) { method in class:StackStoreLoadTest
H A DStackMoveTest.java243 public byte[] testByte(byte a, byte[] out) { method in class:StackMoveTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_multianewarray04.java111 private static int testByte(int a) { method in class:BC_multianewarray04
H A DBC_arraylength.java43 public static int testByte(byte[] arg) { method in class:BC_arraylength
/openjdk10/langtools/test/tools/javac/lambda/
H A DMethodReference31.java106 static void testByte() { method in class:MethodReference31
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DArrayCopyIntrinsificationTest.java115 public void testByte() { method in class:ArrayCopyIntrinsificationTest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64.test/src/org/graalvm/compiler/core/amd64/test/
H A DConstantStackMoveTest.java139 public byte testByte() { method in class:ConstantStackMoveTest
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DAllocateUninitializedArray.java157 static Object testByte() { return UNSAFE.allocateUninitializedArray(byte.class, 10); } method in class:AllocateUninitializedArray.AllConstants
173 static Object testByte() { return UNSAFE.allocateUninitializedArray(byte.class, sampleLen); } method in class:AllocateUninitializedArray.ClassIsConstant
189 static Object testByte() { return UNSAFE.allocateUninitializedArray(classByte, 10); } method in class:AllocateUninitializedArray.LengthIsConstant
205 static Object testByte() { return UNSAFE.allocateUninitializedArray(classByte, sampleLen); } method in class:AllocateUninitializedArray.NothingIsConstant
/openjdk10/hotspot/test/compiler/intrinsics/klass/
H A DTestIsPrimitive.java130 static boolean testByte() { return byte.class.isPrimitive(); } method in class:TestIsPrimitive.InlineConstants
143 static boolean testByte() { return staticClassByte.isPrimitive(); } method in class:TestIsPrimitive.StaticConstants
157 static boolean testByte() { return classByte.isPrimitive(); } method in class:TestIsPrimitive.NoConstants

Completed in 122 milliseconds