Searched refs:handlersSize (Results 1 – 2 of 2) sorted by relevance
496 u4 handlersSize; in dexGetDexCodeSize() local501 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()504 handlersSize = 0; in dexGetDexCodeSize()508 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
1724 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument1731 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()1805 u4 handlersSize = in swapTriesAndCatches() local1813 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()