Lines Matching refs:currentPos
38 protected int currentPos; field in CodeIterator
51 currentPos = mark = 0; in begin()
68 currentPos = index; in move()
170 public boolean hasNext() { return currentPos < endPos; } in hasNext()
183 int pos = currentPos; in next()
184 currentPos = nextOpcode(bytecode, pos); in next()
197 return currentPos; in lookAhead()
319 return insert0(currentPos, code, false); in insert()
392 return insert0(currentPos, code, true); in insertEx()
481 return insertGapAt(currentPos, length, false).position; in insertGap()
520 return insertGapAt(currentPos, length, true).position; in insertExGap()
616 int cur = currentPos; in insertGapAt()
624 currentPos = cur + length2; in insertGapAt()
1094 Pointers pointers = new Pointers(currentPos, mark, where, etable, ca); in insertGapCore0w()
1096 currentPos = pointers.cursor; in insertGapCore0w()
1099 if (where2 == currentPos && !exclusive) in insertGapCore0w()
1100 currentPos += gapLength; in insertGapCore0w()