Searched refs:opMoveParam (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java1127 case RegOps.MOVE_PARAM: return opMoveParam(dest);
1266 public static Rop opMoveParam(TypeBearer type) { method in class:Rops
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java1127 case RegOps.MOVE_PARAM: return opMoveParam(dest);
1266 public static Rop opMoveParam(TypeBearer type) { method in class:Rops
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1123 Insn insn = new PlainCstInsn(Rops.opMoveParam(one), pos, result,

Completed in 62 milliseconds