HomeSort by relevance Sort by last modified time
    Searched refs:MOVE_RESULT (Results 1 - 25 of 34) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 287 public static final int MOVE_RESULT = 55;
367 case MOVE_RESULT: return "move-result";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 287 public static final int MOVE_RESULT = 55;
367 case MOVE_RESULT: return "move-result";
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 287 public static final int MOVE_RESULT = 55;
367 case MOVE_RESULT: return "move-result";
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 233 case RegOps.MOVE_RESULT:
EscapeAnalysis.java 234 } else if (op == RegOps.MOVE_RESULT &&
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 81 RegOps.MOVE_RESULT) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java 228 case RegOps.MOVE_RESULT:
EscapeAnalysis.java 235 } else if (op == RegOps.MOVE_RESULT &&
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 86 RegOps.MOVE_RESULT) {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 54 public static final int MOVE_RESULT = 0x0a;
OpcodeInfo.java 102 public static final Info MOVE_RESULT =
103 new Info(Opcodes.MOVE_RESULT, "move-result",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 324 case RegOps.MOVE_RESULT: {
337 return Dops.MOVE_RESULT;
DalvOps.java 44 public static final int MOVE_RESULT = 0x0a;
Dops.java 103 public static final Dop MOVE_RESULT =
104 new Dop(DalvOps.MOVE_RESULT, DalvOps.MOVE_RESULT,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 63 // Opcodes.MOVE_RESULT
495 case RegOps.MOVE_RESULT: {
508 return Dops.MOVE_RESULT;
Dops.java 106 public static final Dop MOVE_RESULT =
107 new Dop(Opcodes.MOVE_RESULT, Opcodes.MOVE_RESULT,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 64 // Opcodes.MOVE_RESULT
496 case RegOps.MOVE_RESULT: {
509 return Dops.MOVE_RESULT;
Dops.java 109 public static final Dop MOVE_RESULT =
110 new Dop(Opcodes.MOVE_RESULT, Opcodes.MOVE_RESULT,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 54 public static final int MOVE_RESULT = 0x0a;
OpcodeInfo.java 102 public static final Info MOVE_RESULT =
103 new Info(Opcodes.MOVE_RESULT, "move-result",
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 74 case Instruction::MOVE_RESULT:
mir_optimization.cc 135 if ((mir->dalvikInsn.opcode == Instruction::MOVE_RESULT) ||
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 115 case Instruction::MOVE_RESULT:
  /art/compiler/sea_ir/ir/
sea.cc 619 case art::Instruction::MOVE_RESULT:
  /art/runtime/
dex_instruction_list.h 31 V(0x0A, MOVE_RESULT, "move-result", k11x, true, kNone, kContinue, kVerifyRegA) \

Completed in 338 milliseconds

1 2