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

/dalvik/dx/src/com/android/dx/ssa/
H A DSsaBasicBlock.java686 * @param toSchedule List of instructions. Must consist only of moves.
688 private void scheduleUseBeforeAssigned(List<SsaInsn> toSchedule) { argument
694 int sz = toSchedule.size();
704 toSchedule.get(i).getSources().get(0));
707 toSchedule.get(i).getResult());
715 SsaInsn insn = toSchedule.get(i);
722 Collections.swap(toSchedule, i, insertPlace++);
736 SsaInsn insn = toSchedule.get(i);
746 Collections.swap(toSchedule, insertPlace, i);
763 toSchedule
[all...]

Completed in 4 milliseconds