Home
last modified time | relevance | path

Searched defs:withIndex (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java41 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ZeroRegisterDecodedInstruction
DPackedSwitchPayloadDecodedInstruction.java61 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in PackedSwitchPayloadDecodedInstruction
DSparseSwitchPayloadDecodedInstruction.java65 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in SparseSwitchPayloadDecodedInstruction
DOneRegisterDecodedInstruction.java53 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in OneRegisterDecodedInstruction
DRegisterRangeDecodedInstruction.java58 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in RegisterRangeDecodedInstruction
DTwoRegisterDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in TwoRegisterDecodedInstruction
DThreeRegisterDecodedInstruction.java73 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ThreeRegisterDecodedInstruction
DInvokePolymorphicRangeDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicRangeDecodedInstruction
DInvokePolymorphicDecodedInstruction.java48 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in InvokePolymorphicDecodedInstruction
DFourRegisterDecodedInstruction.java83 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java93 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FiveRegisterDecodedInstruction
DFillArrayDataPayloadDecodedInstruction.java99 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FillArrayDataPayloadDecodedInstruction
DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex() method in DecodedInstruction