Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java43 private static final int TRY_ITEM_WRITE_SIZE = 4 + (2 * 2); field in CatchStructs
185 return (triesSize() * TRY_ITEM_WRITE_SIZE) + in writeSize()