Searched refs:DexTry (Results 1 – 6 of 6) sorted by relevance
52 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries, in dexFindCatchHandlerOffset0()60 const DexTry* pTry = &pTries[guess]; in dexFindCatchHandlerOffset0()
114 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries,131 const DexTry* tries = dexGetTries(pCode); in dexFindCatchHandler()
331 typedef struct DexTry { struct335 } DexTry; argument727 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) { in dexGetTries()735 return (const DexTry*) insnsEnd; in dexGetTries()740 const DexTry* pTries = dexGetTries(pCode); in dexGetCatchHandlerData()
1710 DexTry* tries = (DexTry*) dexGetTries(code); in swapTriesAndCatches()1714 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches()
117 const DexTry* pTries; in dvmSetTryFlags()130 const DexTry* pTry = &pTries[i]; in dvmSetTryFlags()
462 const DexTry* pTries = dexGetTries(pCode); in dumpCatches()466 const DexTry* pTry = &pTries[i]; in dumpCatches()