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.cpp1837 SWAP_FIELD4(tries->startAddr); in swapTriesAndCatches()
1841 if (tries->startAddr < lastEnd) { in swapTriesAndCatches()
1846 if (tries->startAddr >= code->insnsSize) { in swapTriesAndCatches()
1847 ALOGE("Invalid start_addr: %#x", tries->startAddr); in swapTriesAndCatches()
1862 lastEnd = tries->startAddr + tries->insnCount; in swapTriesAndCatches()
DDexFile.h449 u4 startAddr; /* start address, in 16-bit code units */ member
/dalvik/dexdump/
DDexDump.cpp584 u4 start = pTry->startAddr; in dumpCatches()
1188 int startAddr; in dumpBytecodes() local
1199 startAddr = ((u1*)pCode - pDexFile->baseAddr); in dumpBytecodes()
1203 startAddr, startAddr, in dumpBytecodes()