Searched refs:getC (Results 1 - 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DFiveRegisterDecodedInstruction.java71 public int getC() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java67 public int getC() { method in class:FourRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java63 public int getC() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java257 public int getC() { method in class:DecodedInstruction
373 int c = getC();
387 int c = getC();
401 int c = getC();
H A DInstructionCodec.java291 codeUnit(insn.getB(), insn.getC()));
826 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD()));

Completed in 47 milliseconds