Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexCatch.cpp76 return (int) pTry->handlerOff; in dexFindCatchHandlerOffset0()
DDexCatch.h144 offset = tries[0].handlerOff; in dexFindCatchHandler()
DDexFile.h357 u2 handlerOff; /* offset in encoded handler data to handlers */ member
DDexSwapVerify.cpp1775 SWAP_FIELD2(tries->handlerOff); in swapTriesAndCatches()
1788 if (tries->handlerOff == handlerOffs[i]) { in swapTriesAndCatches()
1794 ALOGE("Bogus handler offset: %#x", tries->handlerOff); in swapTriesAndCatches()
/dalvik/vm/analysis/
DVfyBasicBlock.cpp42 dexCatchIteratorInit(&iterator, pCode, pTry->handlerOff); in extractCatchHandlers()
/dalvik/dexdump/
DDexDump.cpp589 dexCatchIteratorInit(&iterator, pCode, pTry->handlerOff); in dumpCatches()