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

/dalvik/dexgen/src/com/android/dexgen/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(),
/dalvik/dx/src/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(),
/dalvik/dx/src/com/android/dx/ssa/
H A DLiteralOpUpgrader.java159 if (opcode.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
H A DConstCollector.java184 if (insn.getOpcode().getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
H A DEscapeAnalysis.java223 if (op == RegOps.MOVE_RESULT_PSEUDO &&
750 RegOps.MOVE_RESULT_PSEUDO, null);
789 if (newOpcode == RegOps.MOVE_RESULT_PSEUDO) {
H A DSCCP.java525 case RegOps.MOVE_RESULT_PSEUDO: {
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopTranslator.java532 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
671 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java538 if (rop.getOpcode() == RegOps.MOVE_RESULT_PSEUDO) {
680 if (insn.getOpcode().getOpcode() != RegOps.MOVE_RESULT_PSEUDO) {
/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java673 RegOps.MOVE_RESULT_PSEUDO) {

Completed in 102 milliseconds