Searched defs:handler (Results 1 – 19 of 19) sorted by relevance
121 public void set(int n, CstType exceptionType, int handler) { in set()172 private final int handler; field in CatchHandlerList.Entry180 public Entry(CstType exceptionType, int handler) { in Entry()
46 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() local
28 InvocationHandler handler = new Clash2InvocationHandler(); in main() local
28 InvocationHandler handler = new ClashInvocationHandler(); in main() local
28 InvocationHandler handler = new Clash4InvocationHandler(); in main() local
28 InvocationHandler handler = new Clash3InvocationHandler(); in main() local
30 InvocationHandler handler = new WTInvocationHandler(mix); in main() local
85 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy() local
51 DexCatchHandler handler; member
855 Object* handler = (Object*) args[1]; in proxyConstructor() local876 Object* handler; in proxyInvoker() local
44 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in extractCatchHandlers() local
187 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in scanTryCatchBlocks() local
2939 const DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in getCaughtExceptionType() local5984 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in verifyInstruction() local
878 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in processTryCatchBlocks() local1095 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in processCanThrow() local
1055 function registerLangHandler(handler, fileExtensions) { argument
620 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in findCatchInMethod() local
592 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); in dumpCatches() local
3069 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE() local