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

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

Completed in 235 milliseconds