Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java568 public void startLocal(int address, RegisterSpec startedLocal) { in startLocal() argument
570 System.err.printf("%04x start %s\n", address, startedLocal); in startLocal()
573 int regNum = startedLocal.getReg(); in startLocal()
575 startedLocal = filterSpec(startedLocal); in startLocal()
580 if (startedLocal.equalsUsingSimpleType(existingLocal)) { in startLocal()
585 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal); in startLocal()
611 if (endEntry.matches(startedLocal)) { in startLocal()
624 regs.put(startedLocal); in startLocal()
665 if (startedLocal.isCategory2()) { in startLocal()
680 add(address, Disposition.START, startedLocal); in startLocal()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java572 public void startLocal(int address, RegisterSpec startedLocal) { in startLocal() argument
574 System.err.printf("%04x start %s\n", address, startedLocal); in startLocal()
577 int regNum = startedLocal.getReg(); in startLocal()
579 startedLocal = filterSpec(startedLocal); in startLocal()
584 if (startedLocal.equalsUsingSimpleType(existingLocal)) { in startLocal()
589 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal); in startLocal()
615 if (endEntry.matches(startedLocal)) { in startLocal()
628 regs.put(startedLocal); in startLocal()
669 if (startedLocal.isCategory2()) { in startLocal()
684 add(address, Disposition.START, startedLocal); in startLocal()