Home
last modified time | relevance | path

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

/dalvik/vm/analysis/
DVerifySubs.c118 u4 handlersSize; in dvmSetTryFlags() local
127 handlersSize = dexGetHandlersSize(pCode); in dvmSetTryFlags()
159 for (i = 0; i < handlersSize; i++) { in dvmSetTryFlags()
DCodeVerify.c2568 u4 handlersSize; in getCaughtExceptionType() local
2576 handlersSize = dexGetHandlersSize(pCode); in getCaughtExceptionType()
2579 handlersSize = 0; in getCaughtExceptionType()
2583 for (i = 0; i < handlersSize; i++) { in getCaughtExceptionType()
/dalvik/libdex/
DDexSwapVerify.c1607 DexCode* code, u4 firstOffset, u4 handlersSize, u4* handlerOffs) { in setHandlerOffsAndVerify() argument
1614 for (i = 0; i < handlersSize; i++) { in setHandlerOffsAndVerify()
1688 u4 handlersSize = in swapTriesAndCatches() local
1696 if ((handlersSize == 0) || (handlersSize >= 65536)) { in swapTriesAndCatches()
1697 LOGE("Invalid handlers_size: %d\n", handlersSize); in swapTriesAndCatches()
1701 u4 handlerOffs[handlersSize]; // list of valid handlerOff values in swapTriesAndCatches()
1704 handlersSize, handlerOffs); in swapTriesAndCatches()
1733 for (i = 0; i < handlersSize; i++) { in swapTriesAndCatches()
1739 if (i == handlersSize) { in swapTriesAndCatches()
/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java200 int handlersSize = handlerOffsets.size(); in writeTo() local