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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1350 case Bytecodes._tableswitch: ppop1(valCTS);
1354 ppop1(valCTS);
1405 ppop1(refCTS);
1408 case Bytecodes._ifnonnull: ppop1(refCTS); break;
1427 case Bytecodes._fast_binaryswitch: ppop1(valCTS); break;
1619 void ppop1 (CellTypeState out) { method in class:GenerateOopMap
1629 ppop1(out[i]);
1757 for (int i = arg_length - 1; i >= 0; i--) ppop1(in.get(i));// Do args in reverse order.
1774 ppop1(valCTS);

Completed in 37 milliseconds