Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java807 … out.annotate(2, "handler_off: 0x" + Integer.toHexString(encodedCatchHandler.getOffsetInList())); in writeTo()
812 out.writeShort(encodedCatchHandler.getOffsetInList()); in writeTo()
898 private int getOffsetInList() { in getOffsetInList() method in CodeItem.EncodedCatchHandler