Searched defs:Operand (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DPhiInsn.java48 private final ArrayList<Operand> operands = new ArrayList<Operand>();
95 for (Operand o : operands) {
134 operands.add(new Operand(registerSpec, predBlock.getIndex(),
147 ArrayList<Operand> operandsToRemove = new ArrayList<Operand>();
148 for (Operand o : operands) {
222 Operand o = operands.get(i);
239 for (Operand o : operands) {
258 for (Operand
384 private static class Operand { class in class:PhiInsn
389 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { method in class:PhiInsn.Operand
[all...]

Completed in 50 milliseconds