Home | History | Annotate | Download | only in compiler

Lines Matching refs:handler

878             DexCatchHandler* handler = dexCatchIteratorNext(&iterator);
880 if (handler == NULL) {
888 findBlock(cUnit, handler->address,
1095 DexCatchHandler* handler = dexCatchIteratorNext(&iterator);
1097 if (handler == NULL) {
1101 BasicBlock *catchBlock = findBlock(cUnit, handler->address,
1113 successorBlockInfo->key = handler->typeIdx;