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

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java143 * @param ndefInsn a move-param insn (otherwise, exceptions will be thrown)
146 private int paramNumberFromMoveParam(NormalSsaInsn ndefInsn) { argument
147 CstInsn origInsn = (CstInsn) ndefInsn.getOriginalRopInsn();
H A DRegisterAllocator.java116 NormalSsaInsn ndefInsn = (NormalSsaInsn) defInsn;
118 return ndefInsn.getOpcode().getOpcode() == RegOps.MOVE_PARAM;

Completed in 78 milliseconds