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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java50 private EncodedCatchHandler[] encodedCatchHandlers;
80 EncodedCatchHandler[] encodedCatchHandlers) {
115 List<EncodedCatchHandler> encodedCatchHandlers) {
117 EncodedCatchHandler[] encodedCatchHandlersArray = null;
126 encodedCatchHandlersArray = new EncodedCatchHandler[encodedCatchHandlers.size()];
177 SparseArray<EncodedCatchHandler> handlerMap = new SparseArray<EncodedCatchHandler>(handlerCount);
178 encodedCatchHandlers = new EncodedCatchHandler[handlerCount];
182 encodedCatchHandlers[i] = new EncodedCatchHandler(dexFile, in);
185 throw ExceptionWithContext.withContext(ex, "Error while reading EncodedCatchHandler a
813 public static class EncodedCatchHandler { class in class:CodeItem
834 public EncodedCatchHandler(EncodedTypeAddrPair[] handlers, int catchAllHandlerAddress) { method in class:CodeItem.EncodedCatchHandler
845 private EncodedCatchHandler(DexFile dexFile, Input in) { method in class:CodeItem.EncodedCatchHandler
[all...]

Completed in 63 milliseconds