Searched refs:handlersSize (Results 1 – 2 of 2) sorted by relevance
499 u4 handlersSize; in dexGetDexCodeSize() local504 handlersSize = dexGetHandlersSize(pCode); in dexGetDexCodeSize()507 handlersSize = 0; in dexGetDexCodeSize()511 for (ui = 0; ui < handlersSize; ui++) { in dexGetDexCodeSize()
1635 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument1642 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()1716 u4 handlersSize = in swapTriesAndCatches() local1724 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()