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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Djni.cpp215 int pidx = 0, iidx = 0; local
218 intParts[iidx++] = (jint)( (julong)filep->size >> 32 );
219 intParts[iidx++] = (jint)( (julong)filep->size >> 0 );
220 intParts[iidx++] = filep->modtime;
221 intParts[iidx++] = filep->deflate_hint() ? 1 : 0;
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp142 const int iidx = Compile::AliasIdxTop,
147 _inst_index(iidx),

Completed in 32 milliseconds