Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DDecodedInstruction.java257 public int getC() { in getC() method in DecodedInstruction
373 int c = getC(); in getCUnit()
387 int c = getC(); in getCByte()
401 int c = getC(); in getCNibble()
DThreeRegisterDecodedInstruction.java67 public int getC() { in getC() method in ThreeRegisterDecodedInstruction
DInvokePolymorphicRangeDecodedInstruction.java51 public int getC() { in getC() method in InvokePolymorphicRangeDecodedInstruction
DFourRegisterDecodedInstruction.java71 public int getC() { in getC() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java75 public int getC() { in getC() method in FiveRegisterDecodedInstruction
DInvokePolymorphicDecodedInstruction.java61 public int getC() { in getC() method in InvokePolymorphicDecodedInstruction
DInstructionCodec.java320 codeUnit(insn.getB(), insn.getC())); in FORMAT_23X()
709 codeUnit(polyInsn.getC(), polyInsn.getD(), polyInsn.getE(), polyInsn.getF()), in FORMAT_45CC()
973 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); in encodeRegisterList()