Home
last modified time | relevance | path

Searched refs:justAbove (Results 1 – 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java670 RegisterSpec justAbove = regs.get(regNum + 1); in startLocal() local
671 if (justAbove != null) { in startLocal()
674 justAbove); in startLocal()
/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java669 RegisterSpec justAbove = regs.get(regNum + 1); in startLocal() local
670 if (justAbove != null) { in startLocal()
673 justAbove); in startLocal()