Home
last modified time | relevance | path

Searched refs:DexTry (Results 1 – 5 of 5) sorted by relevance

/dalvik/libdex/
DDexCatch.cpp52 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries, in dexFindCatchHandlerOffset0()
60 const DexTry* pTry = &pTries[guess]; in dexFindCatchHandlerOffset0()
DDexCatch.h114 int dexFindCatchHandlerOffset0(u2 triesSize, const DexTry* pTries,
131 const DexTry* tries = dexGetTries(pCode); in dexFindCatchHandler()
DDexFile.h354 struct DexTry { struct
755 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()
DDexSwapVerify.cpp1764 DexTry* tries = (DexTry*) dexGetTries(code); in swapTriesAndCatches()
1768 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches()
/dalvik/dexdump/
DDexDump.cpp578 const DexTry* pTries = dexGetTries(pCode); in dumpCatches()
582 const DexTry* pTry = &pTries[i]; in dumpCatches()