Home
last modified time | relevance | path

Searched refs:getCodeLength (Results 1 – 11 of 11) sorted by relevance

/external/javassist/src/main/javassist/expr/
DExprEditor.java131 int size = iterator.getCodeLength(); in doit()
134 int size2 = iterator.getCodeLength(); in doit()
DExpr.java317 int size = oldIterator.getCodeLength(); in runEditor()
323 oldIterator.move(endPos + oldIterator.getCodeLength() - size); in runEditor()
DHandler.java128 b.addIndex(oldHandler - iterator.getCodeLength() in insertBefore()
/external/javassist/src/main/javassist/
DCtBehavior.java560 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()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java52 endPos = getCodeLength(); in begin()
105 public int getCodeLength() { in getCodeLength() method in CodeIterator
632 endPos = getCodeLength(); in insertGapAt()
667 int size = getCodeLength(); in append()
699 endPos = getCodeLength(); in appendGap()
DCodeAttribute.java259 public int getCodeLength() { in getCodeLength() method in CodeAttribute
344 int len = getCodeLength(); in copyCode()
DCodeAnalyzer.java39 int length = ci.getCodeLength(); in computeMaxStack()
/external/javassist/src/main/javassist/bytecode/analysis/
DFramePrinter.java92 int spacing = String.valueOf(code.getCodeLength()).length(); in print()
DSubroutineScanner.java45 subroutines = new Subroutine[code.getCodeLength()]; in scan()
DAnalyzer.java130 int codeLength = codeAttribute.getCodeLength(); in analyze()
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java159 return make(ci, 0, ci.getCodeLength(), ca.getExceptionTable());