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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java687 * @param toSchedule List of instructions. Must consist only of moves.
689 private void scheduleUseBeforeAssigned(List<SsaInsn> toSchedule) { argument
695 int sz = toSchedule.size();
705 toSchedule.get(i).getSources().get(0));
708 toSchedule.get(i).getResult());
716 SsaInsn insn = toSchedule.get(i);
723 Collections.swap(toSchedule, i, insertPlace++);
737 SsaInsn insn = toSchedule.get(i);
747 Collections.swap(toSchedule, insertPlace, i);
764 toSchedule
[all...]

Completed in 126 milliseconds