Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.cpp499 u4 handlersSize; in dexGetDexCodeSize() local
504 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()
507 handlersSize = 0; in dexGetDexCodeSize()
511 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
DDexSwapVerify.cpp1649 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1656 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1730 u4 handlersSize = in swapTriesAndCatches() local
1738 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()
/dalvik/vm/analysis/
DDexVerify.cpp180 u4 handlersSize = dexGetHandlersSize(pCode); in scanTryCatchBlocks() local
182 for (idx = 0; idx < handlersSize; idx++) { in scanTryCatchBlocks()
DCodeVerify.cpp2919 u4 handlersSize; in getCaughtExceptionType() local
2927 handlersSize = dexGetHandlersSize(pCode); in getCaughtExceptionType()
2930 handlersSize = 0; in getCaughtExceptionType()
2934 for (i = 0; i < handlersSize; i++) { in getCaughtExceptionType()
/dalvik/vm/compiler/
DFrontend.cpp871 int handlersSize = dexGetHandlersSize(pCode); in processTryCatchBlocks() local
873 for (i = 0; i < handlersSize; i++) { in processTryCatchBlocks()