Searched refs:MOVE_RESULT (Results 1 - 14 of 14) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java287 public static final int MOVE_RESULT = 55; field in class:RegOps
367 case MOVE_RESULT: return "move-result";
H A DRops.java1298 return new Rop(RegOps.MOVE_RESULT, type.getType(),
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java287 public static final int MOVE_RESULT = 55; field in class:RegOps
367 case MOVE_RESULT: return "move-result";
H A DRops.java1298 return new Rop(RegOps.MOVE_RESULT, type.getType(),
/dalvik/dx/src/com/android/dx/ssa/
H A DNormalSsaInsn.java228 case RegOps.MOVE_RESULT:
H A DEscapeAnalysis.java235 } else if (op == RegOps.MOVE_RESULT &&
/dalvik/dx/src/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java86 RegOps.MOVE_RESULT) {
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java54 public static final int MOVE_RESULT = 0x0a; field in class:Opcodes
H A DOpcodeInfo.java102 public static final Info MOVE_RESULT = field in class:OpcodeInfo
103 new Info(Opcodes.MOVE_RESULT, "move-result",
959 set(MOVE_RESULT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java324 case RegOps.MOVE_RESULT: {
337 return Dops.MOVE_RESULT;
H A DDalvOps.java44 public static final int MOVE_RESULT = 0x0a; field in class:DalvOps
H A DDops.java103 public static final Dop MOVE_RESULT = field in class:Dops
104 new Dop(DalvOps.MOVE_RESULT, DalvOps.MOVE_RESULT,
954 set(MOVE_RESULT);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java64 // Opcodes.MOVE_RESULT
496 case RegOps.MOVE_RESULT: {
509 return Dops.MOVE_RESULT;
H A DDops.java106 public static final Dop MOVE_RESULT = field in class:Dops
107 new Dop(Opcodes.MOVE_RESULT, Opcodes.MOVE_RESULT,
957 set(MOVE_RESULT);

Completed in 89 milliseconds