Searched refs:getD (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ | ||
D | DecodedInstruction.java | 261 public int getD() { in getD() method in DecodedInstruction |
D | FourRegisterDecodedInstruction.java | 77 public int getD() { in getD() method in FourRegisterDecodedInstruction |
D | FiveRegisterDecodedInstruction.java | 81 public int getD() { in getD() method in FiveRegisterDecodedInstruction |
D | InvokePolymorphicDecodedInstruction.java | 66 public int getD() { in getD() method in InvokePolymorphicDecodedInstruction |
D | InstructionCodec.java | 709 codeUnit(polyInsn.getC(), polyInsn.getD(), polyInsn.getE(), polyInsn.getF()), in FORMAT_45CC() |