Searched refs:pidx (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Djni.cpp215 int pidx = 0, iidx = 0; local
216 jintArray pIntParts = (jintArray) env->GetObjectArrayElement(pParts, pidx++);
224 env->SetObjectArrayElement(pParts, pidx++, env->NewStringUTF(filep->name));
230 env->SetObjectArrayElement(pParts, pidx++, pDataBuf);
235 env->SetObjectArrayElement(pParts, pidx++, pDataBuf);
/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp467 uint bidx, pidx, slidx, insidx, inpidx, twoidx; local
591 pidx = pred->_pre_order;
592 Node **Ltmp = Reaches[pidx];
593 bool *Utmp = UP[pidx];
606 pidx = pred->_pre_order;
607 Ltmp = Reaches[pidx];
608 Utmp = UP[pidx];
691 pidx = pred->_pre_order;
692 Node **Ltmp = Reaches[pidx];
693 bool *Utmp = UP[pidx];
1342 uint pidx = Find(phi); local
[all...]
H A Dpostaloc.cpp502 uint pidx = n2lidx(phi); local
519 // Note that if value[pidx] exists, then we merged no new values here
529 if( pidx ) {

Completed in 36 milliseconds