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

/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/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/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/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/hotspot/src/share/vm/opto/
H A Dlcm.cpp759 for(uint i4=i3; i4<node_cnt; i4++ ) { // Put ready guys on worklist
760 Node *m = _nodes[i4];
1075 for(uint i4 = 0; i4 < _num_succs; i4++ ) {
1076 Block *sb = _succs[i4];
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");
H A Dchaitin.cpp1881 for(uint i4 = _lo_stk_degree; i4; i4 = lrgs(i4)._next )
1882 tty->print("L%d ",i4);
/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/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1533 for ( int i4 = 0; i4 < ifr; i4++ )

Completed in 132 milliseconds