Home
last modified time | relevance | path

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

/dalvik/vm/analysis/
DVerifySubs.c102 u4 handlersSize; in dvmSetTryFlags() local
111 handlersSize = dexGetHandlersSize(pCode); in dvmSetTryFlags()
143 for (i = 0; i < handlersSize; i++) { in dvmSetTryFlags()
DCodeVerify.c2734 u4 handlersSize; in getCaughtExceptionType() local
2742 handlersSize = dexGetHandlersSize(pCode); in getCaughtExceptionType()
2745 handlersSize = 0; in getCaughtExceptionType()
2749 for (i = 0; i < handlersSize; i++) { in getCaughtExceptionType()
/dalvik/libdex/
DDexFile.c706 u4 handlersSize; in dexGetDexCodeSize() local
711 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()
714 handlersSize = 0; in dexGetDexCodeSize()
718 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
DDexSwapVerify.c1647 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1654 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1728 u4 handlersSize = in swapTriesAndCatches() local
1736 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()
1737 LOGE("Invalid handlers_size: %d\n", handlersSize); in swapTriesAndCatches()
1741 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()
1744 handlersSize, handlerOffs); in swapTriesAndCatches()
1773 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()
1779 if (i == handlersSize) { in swapTriesAndCatches()