Home | History | Annotate | Download | only in analysis

Lines Matching defs:pTries

301     const DexTry* pTries = NULL;
341 pTries = dexGetTries(pCode);
357 if (pTries != NULL && idx >= tryEnd) {
360 pTries = NULL;
372 tryStart = pTries[tryIndex].startAddr;
373 tryEnd = tryStart + pTries[tryIndex].insnCount;
379 numHandlers = extractCatchHandlers(pCode, &pTries[tryIndex],
389 extractCatchHandlers(pCode, &pTries[tryIndex],
460 (pTries != NULL && idx >= tryStart && idx < tryEnd) ? 't' : ' ';
478 if (pTries != NULL && idx == tryStart) {