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()
448 struct DexTry { struct849 DEX_INLINE const DexTry* dexGetTries(const DexCode* pCode) { in dexGetTries()857 return (const DexTry*) insnsEnd; in dexGetTries()862 const DexTry* pTries = dexGetTries(pCode); in dexGetCatchHandlerData()
1827 DexTry* tries = (DexTry*) dexGetTries(code); in swapTriesAndCatches()1831 const u4 sizeOfItem = (u4) sizeof(DexTry); in swapTriesAndCatches()
579 const DexTry* pTries = dexGetTries(pCode); in dumpCatches()583 const DexTry* pTry = &pTries[i]; in dumpCatches()