Searched defs:ndefInsn (Results 1 - 1 of 1) 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();

Completed in 30 milliseconds