Home
last modified time | relevance | path

Searched refs:handlersSize (Results 1 – 2 of 2) 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.cpp1635 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1642 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1716 u4 handlersSize = in swapTriesAndCatches() local
1724 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()
1725 ALOGE("Invalid handlers_size: %d", handlersSize); in swapTriesAndCatches()
1729 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()
1732 handlersSize, handlerOffs); in swapTriesAndCatches()
1761 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()
1767 if (i == handlersSize) { in swapTriesAndCatches()