Home
last modified time | relevance | path

Searched refs:newRop (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DPlainInsn.java115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(), in withSourceLiteral() local
117 return new PlainCstInsn(newRop, getPosition(), getResult(), in withSourceLiteral()
127 Rop newRop; in withSourceLiteral() local
135 newRop = Rops.ropFor(opcode, getResult(), newSources, cst); in withSourceLiteral()
141 return new PlainCstInsn(newRop, getPosition(), in withSourceLiteral()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLiteralOpUpgrader.java190 Rop newRop = Rops.ropFor(newOpcode, insn.getResult(), newSources, cst); in replacePlainInsn() local
193 newRopInsn = new PlainInsn(newRop, originalRopInsn.getPosition(), in replacePlainInsn()
196 newRopInsn = new PlainCstInsn(newRop, originalRopInsn.getPosition(), in replacePlainInsn()
DEscapeAnalysis.java789 Rop newRop; in insertPlainInsnBefore() local
791 newRop = Rops.opMoveResultPseudo(newResult.getType()); in insertPlainInsnBefore()
793 newRop = Rops.ropFor(newOpcode, newResult, newSources, cst); in insertPlainInsnBefore()
798 newRopInsn = new PlainInsn(newRop, in insertPlainInsnBefore()
801 newRopInsn = new PlainCstInsn(newRop, in insertPlainInsnBefore()
827 Rop newRop = Rops.ropFor(newOpcode, newResult, newSources, cst); in insertThrowingInsnBefore() local
830 newRopInsn = new ThrowingInsn(newRop, in insertThrowingInsnBefore()
833 newRopInsn = new ThrowingCstInsn(newRop, in insertThrowingInsnBefore()