Searched refs:in3 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DReleaseInflater.java48 InputStream in3 = zf.getInputStream(e);
51 if (in2.read() != in3.read()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp219 Node *in3 = region->in(3); local
221 if( in1->is_Proj() && in2->is_Proj() && in3->is_Proj() ) {
224 Node *in30 = in3->in(0);
232 // Check that control for in10 comes from other branch of IF from in3
234 in30 == in1000 && (in3->Opcode() != in100->Opcode()) ) {

Completed in 558 milliseconds