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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java47 public int getRegisterCount() { method in class:PackedSwitchPayloadDecodedInstruction
H A DSparseSwitchPayloadDecodedInstruction.java51 public int getRegisterCount() { method in class:SparseSwitchPayloadDecodedInstruction
H A DZeroRegisterDecodedInstruction.java35 public int getRegisterCount() { method in class:ZeroRegisterDecodedInstruction
H A DOneRegisterDecodedInstruction.java41 public int getRegisterCount() { method in class:OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java46 public int getRegisterCount() { method in class:RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java45 public int getRegisterCount() { method in class:TwoRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java57 public int getRegisterCount() { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java53 public int getRegisterCount() { method in class:FourRegisterDecodedInstruction
H A DInvokePolymorphicRangeDecodedInstruction.java46 public int getRegisterCount() { method in class:InvokePolymorphicRangeDecodedInstruction
H A DThreeRegisterDecodedInstruction.java49 public int getRegisterCount() { method in class:ThreeRegisterDecodedInstruction
H A DFillArrayDataPayloadDecodedInstruction.java81 public int getRegisterCount() { method in class:FillArrayDataPayloadDecodedInstruction
H A DInvokePolymorphicDecodedInstruction.java43 public int getRegisterCount() { method in class:InvokePolymorphicDecodedInstruction
H A DDecodedInstruction.java247 public abstract int getRegisterCount(); method in class:DecodedInstruction
274 int registerCount = getRegisterCount();
H A DInstructionCodec.java707 makeByte(polyInsn.getG(), polyInsn.getRegisterCount())),
738 codeUnit(insn.getOpcode(), insn.getRegisterCount()),
971 makeByte(insn.getE(), insn.getRegisterCount())),
998 out.write(codeUnit(insn.getOpcode(), insn.getRegisterCount()),

Completed in 217 milliseconds