Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexCatch.cpp61 u4 start = pTry->startAddr; in dexFindCatchHandlerOffset0()
DDexCatch.h132 u4 start = tries[0].startAddr; in dexFindCatchHandler()
DDexSwapVerify.cpp1747 SWAP_FIELD4(tries->startAddr); in swapTriesAndCatches()
1751 if (tries->startAddr < lastEnd) { in swapTriesAndCatches()
1756 if (tries->startAddr >= code->insnsSize) { in swapTriesAndCatches()
1757 ALOGE("Invalid start_addr: %#x", tries->startAddr); in swapTriesAndCatches()
1772 lastEnd = tries->startAddr + tries->insnCount; in swapTriesAndCatches()
DDexFile.h392 u4 startAddr; /* start address, in 16-bit code units */ member
/dalvik/dexdump/
DDexDump.cpp583 u4 start = pTry->startAddr; in dumpCatches()
1063 int startAddr; in dumpBytecodes() local
1070 startAddr = ((u1*)pCode - pDexFile->baseAddr); in dumpBytecodes()
1074 startAddr, startAddr, in dumpBytecodes()