Searched refs:CatchTable (Results 1 - 12 of 12) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchTable.java27 public final class CatchTable extends FixedSizeList class in inherits:FixedSizeList,Comparable
28 implements Comparable<CatchTable> {
30 public static final CatchTable EMPTY = new CatchTable(0);
37 public CatchTable(int size) { method in class:CatchTable
64 public int compareTo(CatchTable other) {
H A DCatchBuilder.java24 * Interface for the construction of {@link CatchTable} instances.
32 public CatchTable build();
H A DStdCatchBuilder.java31 * Constructor of {@link CatchTable} instances from {@link RopMethod}
75 public CatchTable build() {
122 public static CatchTable build(RopMethod method, int[] order,
126 ArrayList<CatchTable.Entry> resultList =
127 new ArrayList<CatchTable.Entry>(len);
172 CatchTable.Entry entry =
185 CatchTable.Entry entry =
196 return CatchTable.EMPTY;
199 CatchTable result = new CatchTable(resultS
[all...]
H A DDalvCode.java51 private CatchTable catches;
194 public CatchTable getCatches() {
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchTable.java27 public final class CatchTable extends FixedSizeList class in inherits:FixedSizeList,Comparable
28 implements Comparable<CatchTable> {
30 public static final CatchTable EMPTY = new CatchTable(0);
37 public CatchTable(int size) { method in class:CatchTable
64 public int compareTo(CatchTable other) {
H A DCatchBuilder.java24 * Interface for the construction of {@link CatchTable} instances.
32 public CatchTable build();
H A DStdCatchBuilder.java31 * Constructor of {@link CatchTable} instances from {@link RopMethod}
75 public CatchTable build() {
122 public static CatchTable build(RopMethod method, int[] order,
126 ArrayList<CatchTable.Entry> resultList =
127 new ArrayList<CatchTable.Entry>(len);
172 CatchTable.Entry entry =
185 CatchTable.Entry entry =
196 return CatchTable.EMPTY;
199 CatchTable result = new CatchTable(resultS
[all...]
H A DDalvCode.java51 private CatchTable catches;
194 public CatchTable getCatches() {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DCatchStructs.java20 import com.android.dexgen.dex.code.CatchTable;
52 private CatchTable table;
204 CatchTable.Entry one = table.get(i);
249 CatchTable.Entry entry = table.get(i);
H A DCodeItem.java19 import com.android.dexgen.dex.code.CatchTable;
/dalvik/dx/src/com/android/dx/dex/file/
H A DCatchStructs.java20 import com.android.dx.dex.code.CatchTable;
50 private CatchTable table;
202 CatchTable.Entry one = table.get(i);
247 CatchTable.Entry entry = table.get(i);
H A DCodeItem.java20 import com.android.dx.dex.code.CatchTable;

Completed in 110 milliseconds