Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java287 public static final int MOVE_RESULT = 55; field in RegOps
383 case MOVE_RESULT: return "move-result"; in opName()
DRops.java1311 return new Rop(RegOps.MOVE_RESULT, type.getType(), in opMoveResult()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java287 public static final int MOVE_RESULT = 55; field in RegOps
367 case MOVE_RESULT: return "move-result"; in opName()
DRops.java1298 return new Rop(RegOps.MOVE_RESULT, type.getType(), in opMoveResult()
/dalvik/dx/src/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java81 RegOps.MOVE_RESULT) { in process()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java55 public static final int MOVE_RESULT = 0x0a; field in Opcodes
DOpcodeInfo.java102 public static final Info MOVE_RESULT = field in OpcodeInfo
103 new Info(Opcodes.MOVE_RESULT, "move-result",
983 set(MOVE_RESULT);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java44 public static final int MOVE_RESULT = 0x0a; field in DalvOps
DRopToDop.java324 case RegOps.MOVE_RESULT: { in dopFor()
337 return Dops.MOVE_RESULT; in dopFor()
DDops.java105 public static final Dop MOVE_RESULT = field in Dops
106 new Dop(DalvOps.MOVE_RESULT, DalvOps.MOVE_RESULT,
964 set(MOVE_RESULT);
/dalvik/dx/src/com/android/dx/ssa/
DNormalSsaInsn.java234 case RegOps.MOVE_RESULT: in hasSideEffect()
DEscapeAnalysis.java234 } else if (op == RegOps.MOVE_RESULT && in processInsn()
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java503 case RegOps.MOVE_RESULT: { in dopFor()
516 return Dops.MOVE_RESULT; in dopFor()
DDops.java108 public static final Dop MOVE_RESULT = field in Dops
109 new Dop(Opcodes.MOVE_RESULT, Opcodes.MOVE_RESULT,
983 set(MOVE_RESULT);