Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 19 of 19) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
DCatchHandlerList.java121 public void set(int n, CstType exceptionType, int handler) { in set()
172 private final int handler; field in CatchHandlerList.Entry
180 public Entry(CstType exceptionType, int handler) { in Entry()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DCatchHandlerList.java121 public void set(int n, CstType exceptionType, int handler) { in set()
172 private final int handler; field in CatchHandlerList.Entry
180 public Entry(CstType exceptionType, int handler) { in Entry()
/dalvik/vm/mterp/cstubs/
Dentry.cpp46 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() local
/dalvik/tests/044-proxy/src/
DClash2.java28 InvocationHandler handler = new Clash2InvocationHandler(); in main() local
DClash.java28 InvocationHandler handler = new ClashInvocationHandler(); in main() local
DClash4.java28 InvocationHandler handler = new Clash4InvocationHandler(); in main() local
DClash3.java28 InvocationHandler handler = new Clash3InvocationHandler(); in main() local
DWrappedThrow.java30 InvocationHandler handler = new WTInvocationHandler(mix); in main() local
DBasicTest.java85 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy() local
/dalvik/libdex/
DDexCatch.h51 DexCatchHandler handler; member
/dalvik/vm/reflect/
DProxy.cpp855 Object* handler = (Object*) args[1]; in proxyConstructor() local
876 Object* handler; in proxyInvoker() local
/dalvik/vm/analysis/
DVfyBasicBlock.cpp44 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in extractCatchHandlers() local
DDexVerify.cpp187 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in scanTryCatchBlocks() local
DCodeVerify.cpp2939 const DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in getCaughtExceptionType() local
5984 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in verifyInstruction() local
/dalvik/vm/compiler/
DFrontend.cpp878 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in processTryCatchBlocks() local
1095 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in processCanThrow() local
/dalvik/docs/
Dprettify.js1055 function registerLangHandler(handler, fileExtensions) { argument
/dalvik/vm/
DException.cpp620 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in findCatchInMethod() local
/dalvik/dexdump/
DDexDump.cpp592 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in dumpCatches() local
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp3069 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() local