Searched refs:getCodeLength (Results 1 – 11 of 11) sorted by relevance
131 int size = iterator.getCodeLength(); in doit()134 int size2 = iterator.getCodeLength(); in doit()
317 int size = oldIterator.getCodeLength(); in runEditor()323 oldIterator.move(endPos + oldIterator.getCodeLength() - size); in runEditor()
128 b.addIndex(oldHandler - iterator.getCodeLength() in insertBefore()
560 va.addEntry(0, ca.getCodeLength(), in addLocalVariable()796 int gapLen = iterator.getCodeLength() - gapPos - handlerLen; in insertAfter()797 int subr = iterator.getCodeLength() - gapLen; in insertAfter()809 subr = iterator.getCodeLength() - gapLen; in insertAfter()1030 int len = iterator.getCodeLength(); in addCatch()
52 endPos = getCodeLength(); in begin()105 public int getCodeLength() { in getCodeLength() method in CodeIterator632 endPos = getCodeLength(); in insertGapAt()667 int size = getCodeLength(); in append()699 endPos = getCodeLength(); in appendGap()
259 public int getCodeLength() { in getCodeLength() method in CodeAttribute344 int len = getCodeLength(); in copyCode()
39 int length = ci.getCodeLength(); in computeMaxStack()
92 int spacing = String.valueOf(code.getCodeLength()).length(); in print()
45 subroutines = new Subroutine[code.getCodeLength()]; in scan()
130 int codeLength = codeAttribute.getCodeLength(); in analyze()
159 return make(ci, 0, ci.getCodeLength(), ca.getExceptionTable());