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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DNormalSsaInsn.java46 insn = insn.withNewRegisters(getResult(), newSources);
78 insn = insn.withNewRegisters(getResult(), newSources);
94 insn = insn.withNewRegisters(getResult(), newSources);
121 return insn.withNewRegisters(getResult(), insn.getSources());
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DFillArrayDataInsn.java110 public Insn withNewRegisters(RegisterSpec result, method in class:FillArrayDataInsn
H A DPlainCstInsn.java78 public Insn withNewRegisters(RegisterSpec result, method in class:PlainCstInsn
H A DSwitchInsn.java102 public Insn withNewRegisters(RegisterSpec result, method in class:SwitchInsn
H A DThrowingCstInsn.java100 public Insn withNewRegisters(RegisterSpec result, method in class:ThrowingCstInsn
H A DThrowingInsn.java113 public Insn withNewRegisters(RegisterSpec result, method in class:ThrowingInsn
H A DPlainInsn.java149 public Insn withNewRegisters(RegisterSpec result, method in class:PlainInsn
H A DInsn.java295 public abstract Insn withNewRegisters(RegisterSpec result, method in class:Insn

Completed in 74 milliseconds