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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java97 public int triesSize() { method in class:CatchStructs
183 return (triesSize() * TRY_ITEM_WRITE_SIZE) +
H A DCodeItem.java240 int triesSz = (catches == null) ? 0 : catches.triesSize();

Completed in 54 milliseconds