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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DLocalList.java569 * @param startedLocal {@code non-null;} spec representing the
572 public void startLocal(int address, RegisterSpec startedLocal) { argument
574 System.err.printf("%04x start %s\n", address, startedLocal);
577 int regNum = startedLocal.getReg();
579 startedLocal = filterSpec(startedLocal);
584 if (startedLocal.equalsUsingSimpleType(existingLocal)) {
589 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal);
615 if (endEntry.matches(startedLocal)) {
628 regs.put(startedLocal);
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DLocalList.java569 * @param startedLocal {@code non-null;} spec representing the
572 public void startLocal(int address, RegisterSpec startedLocal) { argument
574 System.err.printf("%04x start %s\n", address, startedLocal);
577 int regNum = startedLocal.getReg();
579 startedLocal = filterSpec(startedLocal);
584 if (startedLocal.equalsUsingSimpleType(existingLocal)) {
589 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal);
615 if (endEntry.matches(startedLocal)) {
628 regs.put(startedLocal);
[all...]

Completed in 71 milliseconds