Home
last modified time | relevance | path

Searched refs:withIndex (Results 1 – 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java73 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
83 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
93 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
103 mappedInstructions[mappedAt++] = one.withIndex(mappedId); in visit()
/dalvik/dx/src/com/android/dx/io/instructions/
DPackedSwitchPayloadDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in PackedSwitchPayloadDecodedInstruction
DSparseSwitchPayloadDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in SparseSwitchPayloadDecodedInstruction
DZeroRegisterDecodedInstruction.java39 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ZeroRegisterDecodedInstruction
DOneRegisterDecodedInstruction.java50 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in OneRegisterDecodedInstruction
DRegisterRangeDecodedInstruction.java55 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in RegisterRangeDecodedInstruction
DTwoRegisterDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in TwoRegisterDecodedInstruction
DThreeRegisterDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ThreeRegisterDecodedInstruction
DFourRegisterDecodedInstruction.java77 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java86 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FiveRegisterDecodedInstruction
DFillArrayDataPayloadDecodedInstruction.java97 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FillArrayDataPayloadDecodedInstruction
DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex() method in DecodedInstruction