Searched refs:DexTry (Results 1 – 5 of 5) 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()
354 struct DexTry { struct755 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) { in dexGetTries()763 return (const DexTry*) insnsEnd; in dexGetTries()768 const DexTry* pTries = dexGetTries(pCode); in dexGetCatchHandlerData()
1764 DexTry* tries = (DexTry*) dexGetTries(code); in swapTriesAndCatches()1768 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches()
578 const DexTry* pTries = dexGetTries(pCode); in dumpCatches()582 const DexTry* pTry = &pTries[i]; in dumpCatches()