Searched refs:testA (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.java36 sum += testA((short) 0, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
37 sum += testA((short) 1, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
38 sum += testA((short) 2, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
39 sum += testA((short) 3, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
40 sum += testA((short) 4, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
41 sum += testA((short) 5, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
42 sum += testA((short) 6, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
43 sum += testA((short) 7, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
44 sum += testA((short) 8, (short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6, (short) 7, (short) 8, (short) 9);
57 sum += testA(
67 private static int testA(int choice, short p0, short p1, short p2, short p3, short p4, short p5, short p6, short p7, short p8) { method in class:BigShortParams01
[all...]
H A DBigByteParams01.java36 sum += testA((byte) 0, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
37 sum += testA((byte) 1, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
38 sum += testA((byte) 2, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
39 sum += testA((byte) 3, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
40 sum += testA((byte) 4, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
41 sum += testA((byte) 5, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
42 sum += testA((byte) 6, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
43 sum += testA((byte) 7, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
44 sum += testA((byte) 8, (byte) 1, (byte) 2, (byte) 3, (byte) 4, (byte) 5, (byte) 6, (byte) 7, (byte) 8, (byte) 9);
57 sum += testA(
67 private static int testA(int choice, byte p0, byte p1, byte p2, byte p3, byte p4, byte p5, byte p6, byte p7, byte p8) { method in class:BigByteParams01
[all...]
H A DBigFloatParams01.java36 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
37 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9);
38 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9);
39 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9);
40 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9);
41 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9);
42 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9);
43 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9);
44 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9);
57 sum += testA(
67 private static float testA(int choice, float p0, float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8) { method in class:BigFloatParams01
[all...]
H A DBigIntParams01.java36 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
37 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9);
38 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9);
39 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9);
40 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9);
41 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9);
42 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9);
43 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9);
44 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9);
57 sum += testA(
67 private static int testA(int choice, int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) { method in class:BigIntParams01
[all...]
H A DBigParamsAlignment.java39 sum += testA(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
40 sum += testA(1, 1, 2, 3, 4, 5, 6, 7, 8, 9);
41 sum += testA(2, 1, 2, 3, 4, 5, 6, 7, 8, 9);
42 sum += testA(3, 1, 2, 3, 4, 5, 6, 7, 8, 9);
43 sum += testA(4, 1, 2, 3, 4, 5, 6, 7, 8, 9);
44 sum += testA(5, 1, 2, 3, 4, 5, 6, 7, 8, 9);
45 sum += testA(6, 1, 2, 3, 4, 5, 6, 7, 8, 9);
46 sum += testA(7, 1, 2, 3, 4, 5, 6, 7, 8, 9);
47 sum += testA(8, 1, 2, 3, 4, 5, 6, 7, 8, 9);
61 sum += testA(
79 private static int testA(int choice, int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) { method in class:BigParamsAlignment
[all...]
H A DBigMixedParams01.java39 sum += testA(0, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
40 sum += testA(1, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
41 sum += testA(2, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
42 sum += testA(3, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
43 sum += testA(4, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
44 sum += testA(5, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
45 sum += testA(6, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
46 sum += testA(7, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
47 sum += testA(8, -1, -1, -1, -1, 1f, 2f, 3f, 4f, -1, -1, 5f, 6f, 7f, 8f, 9f);
60 sum += testA(
71 private static float testA(int choice, int i0, int i1, int i2, int i3, float p0, float p1, float p2, float p3, int i4, int i5, float p4, float p5, float p6, float p7, float p8) { method in class:BigMixedParams01
[all...]
/openjdk9/jdk/test/com/sun/jdi/
H A DFieldWatchpoints.java57 A testA = new A();

Completed in 93 milliseconds