Searched defs:idx2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp194 int idx2 = old2->is_Copy(); local
195 if( !idx2 ) return 0; // Not a chain of 2 copies
196 if( def != old2->in(idx2) ) return 0; // Chain of exactly 2 copies
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp1368 u2 idx1, idx2; local
1437 idx2 = Bytes::get_Java_u2(bytes+2);
1438 printf("Field #%03d, #%03d", (int) idx1, (int) idx2);
1444 idx2 = Bytes::get_Java_u2(bytes+2);
1445 printf("Method #%03d, #%03d", idx1, idx2);
1451 idx2 = Bytes::get_Java_u2(bytes+2);
1452 printf("InterfMethod #%03d, #%03d", idx1, idx2);
1458 idx2 = Bytes::get_Java_u2(bytes+2);
1459 printf("NameAndType #%03d, #%03d", idx1, idx2);
1583 u2 idx1, idx2; local
[all...]

Completed in 748 milliseconds