Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DLocalList.java582 RegisterSpec existingLocal = regs.get(regNum); in startLocal() local
584 if (startedLocal.equalsUsingSimpleType(existingLocal)) { in startLocal()
600 if (existingLocal != null) { in startLocal()
605 add(address, Disposition.END_REPLACED, existingLocal); in startLocal()