Searched refs:handler (Results 1 - 25 of 44) sorted by relevance

12

/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/vm/alloc/
H A DDlMalloc.h36 extern "C" void dlmalloc_inspect_all(void(*handler)(void*, void *, size_t, void*),
/dalvik/tests/044-proxy/src/
H A DClash.java28 InvocationHandler handler = new ClashInvocationHandler();
34 handler);
43 handler);
H A DClash2.java28 InvocationHandler handler = new Clash2InvocationHandler();
33 handler);
H A DClash3.java28 InvocationHandler handler = new Clash3InvocationHandler();
37 handler);
H A DClash4.java28 InvocationHandler handler = new Clash4InvocationHandler();
38 handler);
/dalvik/vm/mterp/cstubs/
H A Dentry.cpp39 * while in the portable interpreter it is part of the handler
46 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; local
48 LOGVV("handler %p %s",
49 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]);
50 (*handler)(self);
/dalvik/vm/mterp/mips/
H A DALT_OP_DISPATCH_FF.S5 * handler (which will do the dvmCheckBefore() call.
9 GOTO_OPCODE(ip) @ go to proper extended handler
H A DOP_DISPATCH_FF.S4 GOTO_OPCODE(t0) # go to proper extended handler
H A Dalt_stub.S4 * handler. Note that the call to dvmCheckBefore is done as a tail call.
7 * bail to the real handler if breakFlags==0.
13 jr rBIX # nothing to do - jump to real handler
H A DOP_GOTO_32.S21 lw rIBASE, offThread_curHandlerTable(rSELF) # refresh handler base
28 lw rIBASE, offThread_curHandlerTable(rSELF) # refresh handler base
H A DOP_GOTO.S15 lw rIBASE, offThread_curHandlerTable(rSELF) # refresh handler base
H A DOP_GOTO_16.S14 lw rIBASE, offThread_curHandlerTable(rSELF) # refresh handler base
H A DOP_THROW.S9 EXPORT_PC() # exception handler can throw
H A Dstub.S10 GOTO_OPCODE(t0) # ...and jump to the handler
H A DOP_PACKED_SWITCH.S26 lw rIBASE, offThread_curHandlerTable(rSELF) # refresh handler base
/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/vm/mterp/armv5te/
H A DOP_GOTO_32.S21 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
26 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
H A DOP_PACKED_SWITCH.S26 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
31 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
H A DOP_GOTO_16.S13 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
H A DOP_THROW.S9 EXPORT_PC() @ exception handler can throw
H A Dalt_stub.S4 * handler. Note that the call to dvmCheckBefore is done as a tail call.
7 * bail to the real handler if breakFlags==0.
13 bxeq lr @ nothing to do - jump to real handler
H A Dstub.S8 GOTO_OPCODE(ip) @ ...and jump to the handler
H A DOP_GOTO.S15 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base

Completed in 432 milliseconds

12