Home | History | Annotate | Download | only in bytecode

Lines Matching refs:nextPos

857         int nextPos;
860 for (; i < endPos; i = nextPos) {
867 nextPos = nextOpcode(code, i);
951 while (i < nextPos)
1158 int nextPos;
1159 for (int i = 0; i < endPos; i = nextPos) {
1160 nextPos = nextOpcode(code, i);