Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.cpp496 u4 handlersSize; in dexGetDexCodeSize() local
501 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()
504 handlersSize = 0; in dexGetDexCodeSize()
508 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
DDexSwapVerify.cpp1724 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1731 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1805 u4 handlersSize = in swapTriesAndCatches() local
1813 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()
1814 ALOGE("Invalid handlers_size: %d", handlersSize); in swapTriesAndCatches()
1818 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()
1821 handlersSize, handlerOffs); in swapTriesAndCatches()
1851 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()
1857 if (i == handlersSize) { in swapTriesAndCatches()