Searched refs:startedLocal (Results 1 – 2 of 2) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | LocalList.java | 572 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()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | LocalList.java | 571 public void startLocal(int address, RegisterSpec startedLocal) { in startLocal() argument 573 System.err.printf("%04x start %s\n", address, startedLocal); in startLocal() 576 int regNum = startedLocal.getReg(); in startLocal() 578 startedLocal = filterSpec(startedLocal); in startLocal() 583 if (startedLocal.equalsUsingSimpleType(existingLocal)) { in startLocal() 588 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal); in startLocal() 614 if (endEntry.matches(startedLocal)) { in startLocal() 627 regs.put(startedLocal); in startLocal() 668 if (startedLocal.isCategory2()) { in startLocal() 683 add(address, Disposition.START, startedLocal); in startLocal()
|