Searched refs:MOVE_EXCEPTION (Results 1 - 12 of 12) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java47 public static final int MOVE_EXCEPTION = 4; field in class:RegOps
317 case MOVE_EXCEPTION: return "move-exception";
H A DRops.java1128 case RegOps.MOVE_EXCEPTION: return opMoveException(dest);
1286 return new Rop(RegOps.MOVE_EXCEPTION, type.getType(),
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java47 public static final int MOVE_EXCEPTION = 4; field in class:RegOps
317 case MOVE_EXCEPTION: return "move-exception";
H A DRops.java1128 case RegOps.MOVE_EXCEPTION: return opMoveException(dest);
1286 return new Rop(RegOps.MOVE_EXCEPTION, type.getType(),
/dalvik/dx/src/com/android/dx/ssa/
H A DNormalSsaInsn.java191 return insn.getOpcode().getOpcode() == RegOps.MOVE_EXCEPTION;
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java57 public static final int MOVE_EXCEPTION = 0x0d; field in class:Opcodes
H A DOpcodeInfo.java114 public static final Info MOVE_EXCEPTION = field in class:OpcodeInfo
115 new Info(Opcodes.MOVE_EXCEPTION, "move-exception",
962 set(MOVE_EXCEPTION);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java68 * Note: No entry for MOVE_EXCEPTION, since it varies by
315 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
H A DDalvOps.java47 public static final int MOVE_EXCEPTION = 0x0d; field in class:DalvOps
H A DDops.java115 public static final Dop MOVE_EXCEPTION = field in class:Dops
116 new Dop(DalvOps.MOVE_EXCEPTION, DalvOps.MOVE_EXCEPTION,
957 set(MOVE_EXCEPTION);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java66 // Opcodes.MOVE_EXCEPTION
239 * Note: No entry for MOVE_EXCEPTION, since it varies by
486 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
H A DDops.java118 public static final Dop MOVE_EXCEPTION = field in class:Dops
119 new Dop(Opcodes.MOVE_EXCEPTION, Opcodes.MOVE_EXCEPTION,
960 set(MOVE_EXCEPTION);

Completed in 840 milliseconds