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

/openjdk10/jdk/test/java/awt/print/PrinterJob/Cancel/
H A DPrinterJobCancel.java102 public int print(Graphics g, PageFormat pagef, int pidx) { argument
104 if (pidx > 5) {
112 g2d.drawString(("This is page"+(pidx+1)), 60 , 80);
/openjdk10/jdk/src/jdk.pack/share/native/libunpack/
H A Djni.cpp258 int pidx = 0, iidx = 0; local
259 jintArray pIntParts = (jintArray) env->GetObjectArrayElement(pParts, pidx++);
269 env->SetObjectArrayElement(pParts, pidx++, filename);
277 env->SetObjectArrayElement(pParts, pidx++, pDataBuf);
285 env->SetObjectArrayElement(pParts, pidx++, pDataBuf);
/openjdk10/hotspot/src/share/vm/opto/
H A Dreg_split.cpp498 uint bidx, pidx, slidx, insidx, inpidx, twoidx; local
620 pidx = pred->_pre_order;
621 Node **Ltmp = Reaches[pidx];
622 bool *Utmp = UP[pidx];
635 pidx = pred->_pre_order;
636 Ltmp = Reaches[pidx];
637 Utmp = UP[pidx];
720 pidx = pred->_pre_order;
721 Node **Ltmp = Reaches[pidx];
722 bool *Utmp = UP[pidx];
1383 uint pidx = _lrg_map.find(phi); local
[all...]
H A Descape.hpp173 uint pidx() const { return _pidx; } function in class:PointsToNode
409 if (!_in_worklist.test_set(ptf->pidx() + pidx_bias)) {
H A Dpostaloc.cpp593 uint pidx = _lrg_map.live_range_id(phi); local
609 // Note that if value[pidx] exists, then we merged no new values here
619 if( pidx ) {

Completed in 108 milliseconds