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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchHandlerList.java24 * Ordered list of (exception type, handler address) entries.
98 * handler.
101 * handler or {@code false} if not
119 * @param handler {@code >= 0;} exception handler address
121 public void set(int n, CstType exceptionType, int handler) { argument
122 set0(n, new Entry(exceptionType, handler));
171 /** {@code >= 0;} exception handler address */
172 private final int handler; field in class:CatchHandlerList.Entry
178 * @param handler {
180 Entry(CstType exceptionType, int handler) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchHandlerList.java24 * Ordered list of (exception type, handler address) entries.
98 * handler.
101 * handler or {@code false} if not
119 * @param handler {@code >= 0;} exception handler address
121 public void set(int n, CstType exceptionType, int handler) { argument
122 set0(n, new Entry(exceptionType, handler));
171 /** {@code >= 0;} exception handler address */
172 private final int handler; field in class:CatchHandlerList.Entry
178 * @param handler {
180 Entry(CstType exceptionType, int handler) argument
[all...]
/dalvik/libdex/
H A DDexCatch.h28 * Catch handler entry, used while iterating over catch_handler_items.
32 u4 address; /* handler address */
35 /* Get the first handler offset for the given DexCode.
40 /* Get count of handler lists for the given DexCode. */
44 * Iterator over catch handler data. This structure should be treated as
51 DexCatchHandler handler; member in struct:DexCatchIterator
60 pIterator->handler.typeIdx = 0;
61 pIterator->handler.address = 0;
81 /* Initialize a DexCatchIterator to a particular handler offset. */
97 pIterator->handler
[all...]
/dalvik/dexdump/
H A DDexDump.cpp592 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); local
595 if (handler == NULL) {
599 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" :
600 dexStringByTypeIdx(pDexFile, handler->typeIdx);
603 handler->address);
/dalvik/dx/etc/
H A Djasmin.jar ... .Label start jas.Label end jas.Label handler jas.CP cat public void " href="/5.1. ...

Completed in 570 milliseconds