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

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

Completed in 71 milliseconds