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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java628 int endAddress = tryItem.startCodeAddress + tryItem.tryLength;
634 tryItem.tryLength = newAddressByOriginalAddress.get(endAddress) - tryItem.startCodeAddress;
745 private int tryLength; field in class:CodeItem.TryItem
755 * @param tryLength the number of code blocks that the try block covers
758 public TryItem(int startCodeAddress, int tryLength, EncodedCatchHandler encodedCatchHandler) { argument
760 this.tryLength = tryLength;
773 tryLength = in.readShort();
788 out.annotate(2, "try_length: 0x" + Integer.toHexString(tryLength) + " (" + tryLength
[all...]

Completed in 60 milliseconds