Home | History | Annotate | Download | only in dexdump

Lines Matching defs:handler

600             DexCatchHandler* handler = dexCatchIteratorNext(&iterator);
603 if (handler == NULL) {
607 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" :
608 dexStringByTypeIdx(pDexFile, handler->typeIdx);
611 handler->address);