Searched refs:testB (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigShortParams01.java46 sum += testB(0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
47 sum += testB(1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
48 sum += testB(2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
49 sum += testB(3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
50 sum += testB(4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
51 sum += testB(5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
52 sum += testB(6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
53 sum += testB(7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
54 sum += testB(8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
61 sum += testB(
91 private static long testB(int choice, long p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8) { method in class:BigShortParams01
[all...]
H A DBigByteParams01.java46 sum += testB(0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
47 sum += testB(1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
48 sum += testB(2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
49 sum += testB(3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
50 sum += testB(4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
51 sum += testB(5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
52 sum += testB(6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
53 sum += testB(7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
54 sum += testB(8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
61 sum += testB(
91 private static long testB(int choice, long p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8) { method in class:BigByteParams01
[all...]
H A DBigFloatParams01.java46 sum += testB(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
47 sum += testB(1, 1, 2, 3, 4, 5, 6, 7, 8, 9);
48 sum += testB(2, 1, 2, 3, 4, 5, 6, 7, 8, 9);
49 sum += testB(3, 1, 2, 3, 4, 5, 6, 7, 8, 9);
50 sum += testB(4, 1, 2, 3, 4, 5, 6, 7, 8, 9);
51 sum += testB(5, 1, 2, 3, 4, 5, 6, 7, 8, 9);
52 sum += testB(6, 1, 2, 3, 4, 5, 6, 7, 8, 9);
53 sum += testB(7, 1, 2, 3, 4, 5, 6, 7, 8, 9);
54 sum += testB(8, 1, 2, 3, 4, 5, 6, 7, 8, 9);
61 sum += testB(
91 private static double testB(int choice, double p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8) { method in class:BigFloatParams01
[all...]
H A DBigIntParams01.java46 sum += testB(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
47 sum += testB(1, 1, 2, 3, 4, 5, 6, 7, 8, 9);
48 sum += testB(2, 1, 2, 3, 4, 5, 6, 7, 8, 9);
49 sum += testB(3, 1, 2, 3, 4, 5, 6, 7, 8, 9);
50 sum += testB(4, 1, 2, 3, 4, 5, 6, 7, 8, 9);
51 sum += testB(5, 1, 2, 3, 4, 5, 6, 7, 8, 9);
52 sum += testB(6, 1, 2, 3, 4, 5, 6, 7, 8, 9);
53 sum += testB(7, 1, 2, 3, 4, 5, 6, 7, 8, 9);
54 sum += testB(8, 1, 2, 3, 4, 5, 6, 7, 8, 9);
61 sum += testB(
91 private static long testB(int choice, long p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8) { method in class:BigIntParams01
[all...]
H A DBigParamsAlignment.java49 sum += testB(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
50 sum += testB(1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
51 sum += testB(2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
52 sum += testB(3, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
53 sum += testB(4, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
54 sum += testB(5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
55 sum += testB(6, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
56 sum += testB(7, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
57 sum += testB(8, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
58 sum += testB(
103 private static int testB(int choice, int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) { method in class:BigParamsAlignment
[all...]
H A DBigMixedParams01.java49 sum += testB(0, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
50 sum += testB(1, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
51 sum += testB(2, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
52 sum += testB(3, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
53 sum += testB(4, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
54 sum += testB(5, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
55 sum += testB(6, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
56 sum += testB(7, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
57 sum += testB(8, -1, -1, -1, 1d, 2d, 3d, 4d, -1, -1, 5d, 6d, 7d, 8d, 9d);
64 sum += testB(
96 private static double testB(int choice, int i0, int i1, int i2, double p0, double p1, double p2, double p3, int i3, int i4, double p4, double p5, double p6, double p7, double p8) { method in class:BigMixedParams01
[all...]
/openjdk9/jdk/test/com/sun/jdi/
H A DFieldWatchpoints.java58 B testB = new B();

Completed in 101 milliseconds