Searched refs:ByteCatchList (Results 1 – 10 of 10) sorted by relevance
29 public final class ByteCatchList extends FixedSizeList { class31 public static final ByteCatchList EMPTY = new ByteCatchList(0);38 public ByteCatchList(int count) { in ByteCatchList() method in ByteCatchList101 public ByteCatchList listFor(int pc) { in listFor()118 ByteCatchList result = new ByteCatchList(resultSz); in listFor()
40 private final ByteCatchList catches;56 ByteCatchList catches) { in ByteBlock()142 public ByteCatchList getCatches() { in getCatches()
40 private final ByteCatchList catches;56 ByteCatchList catches) { in ByteBlock()143 public ByteCatchList getCatches() { in getCatches()
68 private final ByteCatchList[] catchLists;113 catchLists = new ByteCatchList[sz]; in BasicBlocker()301 ByteCatchList blockCatches; in getBlockList()313 blockCatches = ByteCatchList.EMPTY; in getBlockList()317 blockCatches = ByteCatchList.EMPTY; in getBlockList()340 ByteCatchList catches = method.getCatches(); in doit()366 ByteCatchList.Item item = catches.get(i); in doit()445 ByteCatchList catches = method.getCatches().listFor(offset); in visitThrowing()
227 public ByteCatchList getCatches() { in getCatches()
781 ByteCatchList catches = block.getCatches(); in processBlock()912 ByteCatchList.Item one = catches.get(i); in processBlock()
19 import com.android.dx.cf.code.ByteCatchList;41 private final ByteCatchList catches;56 ByteCatchList catches, AttributeList attributes) { in AttCode()134 public ByteCatchList getCatches() { in getCatches()
22 import com.android.dx.cf.code.ByteCatchList;248 ByteCatchList catches = bb.getCatches(); in regularDump()251 ByteCatchList.Item one = catches.get(j); in regularDump()
41 import com.android.dx.cf.code.ByteCatchList;287 ByteCatchList catches = (exceptionTableLength == 0) ? in code()288 ByteCatchList.EMPTY : in code()289 new ByteCatchList(exceptionTableLength); in code()