Searched refs:getCodeLength (Results 1 - 14 of 14) sorted by relevance

/external/javassist/src/main/javassist/expr/
H A DHandler.java128 b.addIndex(oldHandler - iterator.getCodeLength()
H A DExpr.java317 int size = oldIterator.getCodeLength();
323 oldIterator.move(endPos + oldIterator.getCodeLength() - size);
H A DExprEditor.java131 int size = iterator.getCodeLength();
134 int size2 = iterator.getCodeLength();
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java92 int spacing = String.valueOf(code.getCodeLength()).length();
H A DSubroutineScanner.java45 subroutines = new Subroutine[code.getCodeLength()];
H A DAnalyzer.java130 int codeLength = codeAttribute.getCodeLength();
/external/javassist/src/main/javassist/
H A DCtBehavior.java560 va.addEntry(0, ca.getCodeLength(),
796 int gapLen = iterator.getCodeLength() - gapPos - handlerLen;
797 int subr = iterator.getCodeLength() - gapLen;
809 subr = iterator.getCodeLength() - gapLen;
1030 int len = iterator.getCodeLength();
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java52 endPos = getCodeLength();
105 public int getCodeLength() { method in class:CodeIterator
632 endPos = getCodeLength();
667 int size = getCodeLength();
699 endPos = getCodeLength();
H A DCodeAttribute.java259 public int getCodeLength() { method in class:CodeAttribute
344 int len = getCodeLength();
H A DCodeAnalyzer.java39 int length = ci.getCodeLength();
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java159 return make(ci, 0, ci.getCodeLength(), ca.getExceptionTable());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 361 milliseconds