Searched refs:tries (Results 1 – 12 of 12) sorted by relevance
131 const DexTry* tries = dexGetTries(pCode); in dexFindCatchHandler() local132 u4 start = tries[0].startAddr; in dexFindCatchHandler()138 u4 end = start + tries[0].insnCount; in dexFindCatchHandler()144 offset = tries[0].handlerOff; in dexFindCatchHandler()
1710 DexTry* tries = (DexTry*) dexGetTries(code); in swapTriesAndCatches() local1714 CHECK_LIST_SIZE(tries, count, sizeof(DexTry)); in swapTriesAndCatches()1719 SWAP_FIELD4(tries->startAddr); in swapTriesAndCatches()1720 SWAP_FIELD2(tries->insnCount); in swapTriesAndCatches()1721 SWAP_FIELD2(tries->handlerOff); in swapTriesAndCatches()1723 if (tries->startAddr < lastEnd) { in swapTriesAndCatches()1728 if (tries->startAddr >= code->insnsSize) { in swapTriesAndCatches()1729 LOGE("Invalid start_addr: 0x%x\n", tries->startAddr); in swapTriesAndCatches()1734 if (tries->handlerOff == handlerOffs[i]) { in swapTriesAndCatches()1740 LOGE("Bogus handler offset: 0x%x\n", tries->handlerOff); in swapTriesAndCatches()[all …]
19 tries:32 tries:47 tries:
3 The first test tries to create the truly minimal dex file by using the7 The second test tries to convert a minimal classfile and ensures that
17 tries:35 tries:54 tries:73 tries:93 tries:
20 tries:43 tries:77 tries:117 tries:153 tries:188 tries:216 tries:241 tries:276 tries:
16 tries:44 tries:
44 tries:71 tries:98 tries:
15 tries:
17 tries:
32 tries:66 tries:116 tries:
23 tries:81 tries: