Searched refs:i4 (Results 1 - 25 of 47) sorted by relevance

12

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_control01.java37 int i4 = 4;
42 i3 = i4;
43 i4 = i1;
47 i3 = i4;
48 i4 = i1;
52 i3 = i4;
53 i4 = i1;
57 i3 = i4;
58 i4 = i1;
61 return i1 + i2 * 10 + i3 * 100 + i4 * 100
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/loop/
H A DLoop03.java36 int i4 = 4;
41 i4 = i1;
43 return i1 + i2 * 10 + i4 * 1000;
H A DLoop04.java37 int i4 = 4;
42 i3 = i4;
43 i4 = i1;
45 return i1 + i2 * 10 + i3 * 100 + i4 * 1000;
H A DLoopPhiResolutionTest.java38 int i4 = 4;
44 i4 = wormhole(i4);
46 return i1 + i2 * 10 + i3 * 100 + i4 * 1000;
H A DLoopPhi.java45 int i4 = j4;
58 i4 = 2;
70 return i1 + i2 + i3 + i4 + i5 + i6;
/openjdk10/hotspot/test/compiler/c2/cr6589834/
H A DInlinedArrayCloneTestCase.java55 int i3, int i4) {
56 if (!(i1==1 && i2==2 && i3==3 && i4==4)) {
59 i1, i2, i3, i4));
54 verifyArguments(int i1, int i2, LoadedClass[] arr, int i3, int i4) argument
/openjdk10/langtools/test/tools/javac/7024568/
H A DT7024568.java37 public void test(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, String str); argument
38 public void test(int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, long l); argument
/openjdk10/hotspot/test/compiler/c2/
H A DTest7048332.java40 static int test(int i1, int i2, int i3, int i4, int i5, int i6) { argument
/openjdk10/hotspot/test/compiler/arraycopy/
H A DTestInstanceCloneAsLoadsStores.java55 return dest.i1 + dest.i2 + ((int)dest.i3) + dest.i4 + dest.i5;
61 return dest.i1 + dest.i2 + dest.i3 + dest.i4 + dest.i5 +
74 return dest.i1 + dest.i2 + dest.i3 + dest.i4 + dest.i5;
H A DTestInstanceCloneUtils.java140 int i4; field in class:TestInstanceCloneUtils.A
164 int i4; field in class:TestInstanceCloneUtils.D
180 int i4; field in class:TestInstanceCloneUtils.E
221 int i4; field in class:TestInstanceCloneUtils.H
248 int i4; field in class:TestInstanceCloneUtils.K
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DReferenceMap01.java42 Integer i4 = val2;
53 int sum = i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 + i11 + i12;
H A DBigMixedParams01.java71 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) { argument
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) { argument
H A DBigMixedParams03.java37 public static double test(int choice, int i0, int i1, int i2, int i3, double p0, double p1, double p2, double p3, int i4, int i5, double p4, double p5, double p6, double p7, double p8) { argument
H A DBigMixedParams02.java37 public static float test(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) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DNodePosIteratorTest.java71 ConstantNode i4 = ConstantNode.forInt(14);
72 n.itail = new NodeInputList<>(n, new ValueNode[]{i3, i4});
90 Assert.assertEquals(iterator.next(), i4);
111 n.i1 = i4;
113 Assert.assertEquals(iterator.next(), i4);
119 n.itail.initialize(1, i4);
121 Assert.assertEquals(iterator.next(), i4);
128 n.itail.initialize(1, i4);
132 Assert.assertEquals(iterator.next(), i4);
/openjdk10/nashorn/test/script/basic/
H A DJDK-8038945.js209 //i4 internals={x=0} externals=null
210 function i4(x) { function
211 //i4$i4_2 internals={} externals={x=0}
232 print("34: " + i4(17) + " === false");
239 print("39: " + i4("17") + " === true");
H A DNASHORN-117.js41 var i4 = ""; variable
/openjdk10/langtools/test/tools/javac/warnings/
H A DDivZero.java17 public static final int i4 = 1 % 0; field in class:DivZero
68 public static final int i4 = 1 % 0; field in class:DivZero2
120 public static final int i4 = 1 % 0; field in class:DivZero3
/openjdk10/hotspot/test/compiler/loopopts/
H A DBadPredicateAfterPartialPeel.java43 static int m_helper(int i, int i3, int i4) { argument
44 return i3 == 4 ? i4 : i;
53 static void m(BadPredicateAfterPartialPeel o1, BadPredicateAfterPartialPeel o2, BadPredicateAfterPartialPeel o, int i4) { argument
93 int i5 = m_helper(i, i3, i4); // This will be simpliflied during CCP
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.sparc/src/org/graalvm/compiler/hotspot/sparc/
H A DSPARCHotSpotLeaveDeoptimizedStackFrameOp.java29 import static jdk.vm.ci.sparc.SPARC.i4;
61 masm.mov(o4, i4);
H A DSPARCHotSpotLeaveCurrentStackFrameOp.java29 import static jdk.vm.ci.sparc.SPARC.i4;
60 masm.mov(o4, i4);
H A DSPARCHotSpotPushInterpreterFrameOp.java31 import static jdk.vm.ci.sparc.SPARC.i4;
86 masm.mov(i4, o4);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DEdgesTest.java78 ConstantNode i4; field in class:EdgesTest
86 i4 = ConstantNode.forInt(14, graph);
87 node.itail = new NodeInputList<>(node, new ValueNode[]{i3, i4});
/openjdk10/hotspot/test/runtime/contended/
H A DOopMaps.java90 r1.i4 = 4;
115 if (r1.i4 != 4) throw new Error("Test Error: i4");
144 int i4; field in class:OopMaps.R1
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/bytecode/
H A DBC_wide02.java37 long i0, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15;

Completed in 202 milliseconds

12