Home
last modified time | relevance | path

Searched refs:MOVE_RESULT_PSEUDO (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java294 public static final int MOVE_RESULT_PSEUDO = 56; field in RegOps
368 case MOVE_RESULT_PSEUDO: return "move-result-pseudo"; in opName()
DRops.java1310 return new Rop(RegOps.MOVE_RESULT_PSEUDO, type.getType(), in opMoveResultPseudo()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java224 if (op == RegOps.MOVE_RESULT_PSEUDO && in processInsn()
751 RegOps.MOVE_RESULT_PSEUDO, null); in insertExceptionThrow()
790 if (newOpcode == RegOps.MOVE_RESULT_PSEUDO) { in insertPlainInsnBefore()
DLiteralOpUpgrader.java160 if (opcode.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in tryReplacingWithConstant()
DConstCollector.java184 if (insn.getOpcode().getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in getConstsSortedByCountUse()
DSCCP.java526 case RegOps.MOVE_RESULT_PSEUDO: { in simulateStmt()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java539 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) { in visitPlainInsn()
678 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO) { in getNextMoveResultPseudo()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java669 RegOps.MOVE_RESULT_PSEUDO) { in analyzeInstructions()