Home
last modified time | relevance | path

Searched refs:regNum (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java576 int regNum = startedLocal.getReg(); in startLocal() local
579 aboutToProcess(address, regNum); in startLocal()
581 RegisterSpec existingLocal = regs.get(regNum); in startLocal()
597 int endAt = endIndices[regNum]; in startLocal()
628 endIndices[regNum] = -1; in startLocal()
654 if (regNum > 0) { in startLocal()
655 RegisterSpec justBelow = regs.get(regNum - 1); in startLocal()
669 RegisterSpec justAbove = regs.get(regNum + 1); in startLocal()
712 int regNum = endedLocal.getReg(); in endLocal() local
715 aboutToProcess(address, regNum); in endLocal()
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java577 int regNum = startedLocal.getReg(); in startLocal() local
580 aboutToProcess(address, regNum); in startLocal()
582 RegisterSpec existingLocal = regs.get(regNum); in startLocal()
598 int endAt = endIndices[regNum]; in startLocal()
629 endIndices[regNum] = -1; in startLocal()
655 if (regNum > 0) { in startLocal()
656 RegisterSpec justBelow = regs.get(regNum - 1); in startLocal()
670 RegisterSpec justAbove = regs.get(regNum + 1); in startLocal()
713 int regNum = endedLocal.getReg(); in endLocal() local
716 aboutToProcess(address, regNum); in endLocal()
[all …]
/dalvik/libdex/
DDexSwapVerify.cpp2099 u4 regNum = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); in intraVerifyDebugInfoItem() local
2101 if (regNum >= 65536) { in intraVerifyDebugInfoItem()
2121 u4 regNum = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); in intraVerifyDebugInfoItem() local
2123 if (regNum >= 65536) { in intraVerifyDebugInfoItem()
2131 u4 regNum = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); in intraVerifyDebugInfoItem() local
2133 if (regNum >= 65536) { in intraVerifyDebugInfoItem()