Searched refs:getRegisterCount (Results 1 - 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java46 public int getRegisterCount() { method in class:PackedSwitchPayloadDecodedInstruction
H A DSparseSwitchPayloadDecodedInstruction.java50 public int getRegisterCount() { method in class:SparseSwitchPayloadDecodedInstruction
H A DZeroRegisterDecodedInstruction.java34 public int getRegisterCount() { method in class:ZeroRegisterDecodedInstruction
H A DOneRegisterDecodedInstruction.java40 public int getRegisterCount() { method in class:OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java45 public int getRegisterCount() { method in class:RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java44 public int getRegisterCount() { method in class:TwoRegisterDecodedInstruction
H A DFillArrayDataPayloadDecodedInstruction.java80 public int getRegisterCount() { method in class:FillArrayDataPayloadDecodedInstruction
H A DFiveRegisterDecodedInstruction.java56 public int getRegisterCount() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java52 public int getRegisterCount() { method in class:FourRegisterDecodedInstruction
H A DThreeRegisterDecodedInstruction.java48 public int getRegisterCount() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java247 public abstract int getRegisterCount(); method in class:DecodedInstruction
274 int registerCount = getRegisterCount();
H A DInstructionCodec.java825 makeByte(insn.getE(), insn.getRegisterCount())),
852 out.write(codeUnit(insn.getOpcode(), insn.getRegisterCount()),

Completed in 614 milliseconds