Home
last modified time | relevance | path

Searched refs:handlerOff (Results 1 – 5 of 5) sorted by relevance

/dalvik/libdex/
DDexCatch.cpp76 return (int) pTry->handlerOff; in dexFindCatchHandlerOffset0()
DDexCatch.h144 offset = tries[0].handlerOff; in dexFindCatchHandler()
DDexFile.h425 u2 handlerOff; /* offset in encoded handler data to handlers */ member
DDexSwapVerify.cpp1831 SWAP_FIELD2(tries->handlerOff); in swapTriesAndCatches()
1844 if (tries->handlerOff == handlerOffs[i]) { in swapTriesAndCatches()
1850 ALOGE("Bogus handler offset: %#x", tries->handlerOff); in swapTriesAndCatches()
/dalvik/dexdump/
DDexDump.cpp597 dexCatchIteratorInit(&iterator, pCode, pTry->handlerOff); in dumpCatches()