Searched defs:CatchHandler (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DCode.java26 private final CatchHandler[] catchHandlers;
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
63 public CatchHandler[] getCatchHandlers() {
95 public static class CatchHandler { class in class:Code
101 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset) { method in class:Code.CatchHandler

Completed in 1077 milliseconds