Searched defs:i4 (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/test/compiler/7048332/
H A DTest7048332.java40 static int test(int i1, int i2, int i3, int i4, int i5, int i6) { argument
/openjdk7/hotspot/test/compiler/6589834/
H A DTest_ia32.java86 static int g(int i1, int i2, Test_ia32[] arr, int i3, int i4) { argument
88 if (!(i1==1 && i2==2 && i3==3 && i4==4)) {
/openjdk7/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
/openjdk7/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
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DClassDesc.java45 static class Dummy4 extends Dummy3 { Dummy4 i4; } field in class:ClassDesc.Dummy4
/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java219 i4 = new MBeanInfo("a.b.c", "an MBean info", xa2a, xc1a, xo1a, xn1a), field in class:MBeanInfoEqualsTest
231 {i1a, i1b, i1c, i1d, i1e, i1f}, {i2a, i2b}, {i3}, {i4}, {i5}, {i6},
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp88 uint i4; local
89 for( i4 = 1; i4 < phi->req(); i4++ ) {
90 con1 = phi->in(i4);
98 if( i4 >= phi->req() ) return NULL; // Found no constants
H A Doutput.cpp1457 uint i4; local
1458 for( i4 = 0; i4 < last_inst; ++i4 ) {
1459 if( b->_nodes[i4] == oop_store ) break;
1463 assert( i4 == last_inst || i4 < storeCM_idx, "CM card-mark executes before oop-store");

Completed in 574 milliseconds