Searched refs:ndefInsn (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitAllocator.java141 * @param ndefInsn a move-param insn (otherwise, exceptions will be thrown)
144 private int paramNumberFromMoveParam(NormalSsaInsn ndefInsn) { argument
145 CstInsn origInsn = (CstInsn) ndefInsn.getOriginalRopInsn();
H A DRegisterAllocator.java114 NormalSsaInsn ndefInsn = (NormalSsaInsn) defInsn;
116 return ndefInsn.getOpcode().getOpcode() == RegOps.MOVE_PARAM;

Completed in 7395 milliseconds