Searched refs:testc (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/
H A DTest6823453.java58 static void testc() { method in class:Test6823453
94 testc();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_ifeq.java96 runTest("testc", 0xffff);
103 public static int testc(int b) { method in class:BC_ifeq
/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java137 static double testc(double f, int i) { method in class:TestDoubleBoxing
643 "test", "testb", "testc", "testm", "testp",
700 res[17] += testc((double)i, i);
H A DTestShortBoxing.java137 static short testc(short i) { method in class:TestShortBoxing
643 "test", "testb", "testc", "testm", "testp",
700 res[17] += testc((short)i);
H A DTestByteBoxing.java136 static byte testc(byte i) { method in class:TestByteBoxing
642 "test", "testb", "testc", "testm", "testp",
699 res[17] += testc((byte)i);
H A DTestIntBoxing.java137 static int testc(int i) { method in class:TestIntBoxing
643 "test", "testb", "testc", "testm", "testp",
700 res[17] += testc(i);
H A DTestLongBoxing.java137 static long testc(long i) { method in class:TestLongBoxing
643 "test", "testb", "testc", "testm", "testp",
700 res[17] += testc(i);
H A DTestFloatBoxing.java137 static float testc(float f, int i) { method in class:TestFloatBoxing
643 "test", "testb", "testc", "testm", "testp",
700 res[17] += testc((float)i, i);

Completed in 60 milliseconds