Searched refs:CatchTable (Results 1 – 11 of 11) sorted by relevance
26 public final class CatchTable extends FixedSizeList class27 implements Comparable<CatchTable> {29 public static final CatchTable EMPTY = new CatchTable(0);36 public CatchTable(int size) { in CatchTable() method in CatchTable63 public int compareTo(CatchTable other) { in compareTo()
74 public CatchTable build() { in build()121 public static CatchTable build(RopMethod method, int[] order, in build()125 ArrayList<CatchTable.Entry> resultList = in build()126 new ArrayList<CatchTable.Entry>(len); in build()171 CatchTable.Entry entry = in build()184 CatchTable.Entry entry = in build()195 return CatchTable.EMPTY; in build()198 CatchTable result = new CatchTable(resultSz); in build()273 private static CatchTable.Entry makeEntry(BasicBlock start, in makeEntry()285 return new CatchTable.Entry(startAddress.getAddress(), in makeEntry()
31 public CatchTable build(); in build()
50 private CatchTable catches;193 public CatchTable getCatches() { in getCatches()
27 public final class CatchTable extends FixedSizeList class28 implements Comparable<CatchTable> {30 public static final CatchTable EMPTY = new CatchTable(0);37 public CatchTable(int size) { in CatchTable() method in CatchTable64 public int compareTo(CatchTable other) { in compareTo()
75 public CatchTable build() { in build()122 public static CatchTable build(RopMethod method, int[] order, in build()126 ArrayList<CatchTable.Entry> resultList = in build()127 new ArrayList<CatchTable.Entry>(len); in build()172 CatchTable.Entry entry = in build()185 CatchTable.Entry entry = in build()196 return CatchTable.EMPTY; in build()199 CatchTable result = new CatchTable(resultSz); in build()274 private static CatchTable.Entry makeEntry(BasicBlock start, in makeEntry()286 return new CatchTable.Entry(startAddress.getAddress(), in makeEntry()
32 public CatchTable build(); in build()
51 private CatchTable catches;194 public CatchTable getCatches() { in getCatches()
20 import com.android.dx.dex.code.CatchTable;49 private CatchTable table;201 CatchTable.Entry one = table.get(i); in writeTo()246 CatchTable.Entry entry = table.get(i); in annotateEntries()
20 import com.android.dexgen.dex.code.CatchTable;52 private CatchTable table;204 CatchTable.Entry one = table.get(i); in writeTo()249 CatchTable.Entry entry = table.get(i); in annotateEntries()
19 import com.android.dexgen.dex.code.CatchTable;