Home
last modified time | relevance | path

Searched refs:handlersSize (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/analysis/
DVerifySubs.c120 u4 handlersSize; in dvmSetTryFlags() local
129 handlersSize = dexGetHandlersSize(pCode); in dvmSetTryFlags()
161 for (i = 0; i < handlersSize; i++) { in dvmSetTryFlags()
DCodeVerify.c2704 u4 handlersSize; in getCaughtExceptionType() local
2712 handlersSize = dexGetHandlersSize(pCode); in getCaughtExceptionType()
2715 handlersSize = 0; in getCaughtExceptionType()
2719 for (i = 0; i < handlersSize; i++) { in getCaughtExceptionType()
/dalvik/libdex/
DDexFile.c900 u4 handlersSize; in dexGetDexCodeSize() local
905 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()
908 handlersSize = 0; in dexGetDexCodeSize()
912 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
DDexSwapVerify.c1610 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1617 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1691 u4 handlersSize = in swapTriesAndCatches() local
1699 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()
1700 LOGE("Invalid handlers_size: %d\n", handlersSize); in swapTriesAndCatches()
1704 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()
1707 handlersSize, handlerOffs); in swapTriesAndCatches()
1736 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()
1742 if (i == handlersSize) { in swapTriesAndCatches()