Searched refs:opMove (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java617 new PlainInsn(Rops.opMove(result.getType()),
640 new PlainInsn(Rops.opMove(result.getType()),
759 new PlainInsn(Rops.opMove(result.getType()),
769 new PlainInsn(Rops.opMove(result.getType()),
952 Rops.opMove(tempSpec.getType()),
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DRegisterAllocator.java165 new PlainInsn(Rops.opMove(newRegSpec.getType()),
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1126 case RegOps.MOVE: return opMove(dest);
1246 public static Rop opMove(TypeBearer type) { method in class:Rops
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java494 addInstruction(new PlainInsn(Rops.opMove(source.type.ropType),

Completed in 56 milliseconds