Searched defs:getRegisterCount (Results 1 - 13 of 13) 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 DFillArrayDataPayloadDecodedInstruction.java81 public int getRegisterCount() { method in class:FillArrayDataPayloadDecodedInstruction
H A DInvokePolymorphicRangeDecodedInstruction.java46 public int getRegisterCount() { method in class:InvokePolymorphicRangeDecodedInstruction
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 DInvokePolymorphicDecodedInstruction.java43 public int getRegisterCount() { method in class:InvokePolymorphicDecodedInstruction
H A DThreeRegisterDecodedInstruction.java49 public int getRegisterCount() { method in class:ThreeRegisterDecodedInstruction
H A DDecodedInstruction.java247 public abstract int getRegisterCount(); method in class:DecodedInstruction
274 int registerCount = getRegisterCount();

Completed in 49 milliseconds