Searched refs:handlersSize (Results 1 – 5 of 5) sorted by relevance
499 u4 handlersSize; in dexGetDexCodeSize() local504 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()507 handlersSize = 0; in dexGetDexCodeSize()511 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
1649 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument1656 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()1730 u4 handlersSize = in swapTriesAndCatches() local1738 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()1739 ALOGE("Invalid handlers_size: %d", handlersSize); in swapTriesAndCatches()1743 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()1746 handlersSize, handlerOffs); in swapTriesAndCatches()1775 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()1781 if (i == handlersSize) { in swapTriesAndCatches()
180 u4 handlersSize = dexGetHandlersSize(pCode); in scanTryCatchBlocks() local182 for (idx = 0; idx < handlersSize; idx++) { in scanTryCatchBlocks()
2919 u4 handlersSize; in getCaughtExceptionType() local2927 handlersSize = dexGetHandlersSize(pCode); in getCaughtExceptionType()2930 handlersSize = 0; in getCaughtExceptionType()2934 for (i = 0; i < handlersSize; i++) { in getCaughtExceptionType()
871 int handlersSize = dexGetHandlersSize(pCode); in processTryCatchBlocks() local873 for (i = 0; i < handlersSize; i++) { in processTryCatchBlocks()