Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DLocalList.java695 public void endLocal(int address, RegisterSpec endedLocal) { in endLocal() argument
696 endLocal(address, endedLocal, Disposition.END_SIMPLY); in endLocal()
707 public void endLocal(int address, RegisterSpec endedLocal, in endLocal() argument
710 System.err.printf("%04x end %s\n", address, endedLocal); in endLocal()
713 int regNum = endedLocal.getReg(); in endLocal()
715 endedLocal = filterSpec(endedLocal); in endLocal()
729 if (checkForEmptyRange(address, endedLocal)) { in endLocal()
733 add(address, disposition, endedLocal); in endLocal()
752 RegisterSpec endedLocal) { in checkForEmptyRange() argument
769 if (entry.matches(endedLocal)) { in checkForEmptyRange()
[all …]