Searched refs:getC (Results 1 - 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ | ||
H A D | FiveRegisterDecodedInstruction.java | 71 public int getC() { method in class:FiveRegisterDecodedInstruction |
H A D | FourRegisterDecodedInstruction.java | 67 public int getC() { method in class:FourRegisterDecodedInstruction |
H A D | ThreeRegisterDecodedInstruction.java | 63 public int getC() { method in class:ThreeRegisterDecodedInstruction |
H A D | DecodedInstruction.java | 257 public int getC() { method in class:DecodedInstruction 373 int c = getC(); 387 int c = getC(); 401 int c = getC(); |
H A D | InstructionCodec.java | 291 codeUnit(insn.getB(), insn.getC())); 826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); |
Completed in 47 milliseconds