Searched refs:startAddr (Results 1 - 9 of 9) sorted by relevance

/dalvik/libdex/
H A DDexCatch.cpp61 u4 start = pTry->startAddr;
H A DDexCatch.h132 u4 start = tries[0].startAddr;
H A DDexSwapVerify.cpp1761 SWAP_FIELD4(tries->startAddr);
1765 if (tries->startAddr < lastEnd) {
1770 if (tries->startAddr >= code->insnsSize) {
1771 ALOGE("Invalid start_addr: %#x", tries->startAddr);
1786 lastEnd = tries->startAddr + tries->insnCount;
H A DDexFile.h355 u4 startAddr; /* start address, in 16-bit code units */ member in struct:DexTry
/dalvik/dexdump/
H A DDexDump.cpp580 u4 start = pTry->startAddr;
1050 int startAddr; local
1057 startAddr = ((u1*)pCode - pDexFile->baseAddr);
1061 startAddr, startAddr,
/dalvik/vm/analysis/
H A DVfyBasicBlock.cpp372 tryStart = pTries[tryIndex].startAddr;
H A DDexVerify.cpp153 u4 start = pTry->startAddr;
159 "VFY: bad exception entry: startAddr=%d endAddr=%d (size=%d)",
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp933 intptr_t startAddr)
1045 intptr_t curPC = (startAddr + lir->generic.offset + 4) & ~3;
1060 intptr_t curPC = startAddr + lir->generic.offset + 4;
932 assembleInstructions(CompilationUnit *cUnit, intptr_t startAddr) argument
/dalvik/vm/compiler/
H A DFrontend.cpp861 int startOffset = pTry->startAddr;

Completed in 421 milliseconds