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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DPackedSwitchPayloadDecodedInstruction.java61 public DecodedInstruction withIndex(int newIndex) { method in class:PackedSwitchPayloadDecodedInstruction
H A DSparseSwitchPayloadDecodedInstruction.java65 public DecodedInstruction withIndex(int newIndex) { method in class:SparseSwitchPayloadDecodedInstruction
H A DZeroRegisterDecodedInstruction.java41 public DecodedInstruction withIndex(int newIndex) { method in class:ZeroRegisterDecodedInstruction
H A DOneRegisterDecodedInstruction.java53 public DecodedInstruction withIndex(int newIndex) { method in class:OneRegisterDecodedInstruction
H A DRegisterRangeDecodedInstruction.java58 public DecodedInstruction withIndex(int newIndex) { method in class:RegisterRangeDecodedInstruction
H A DTwoRegisterDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { method in class:TwoRegisterDecodedInstruction
H A DFiveRegisterDecodedInstruction.java93 public DecodedInstruction withIndex(int newIndex) { method in class:FiveRegisterDecodedInstruction
H A DFourRegisterDecodedInstruction.java83 public DecodedInstruction withIndex(int newIndex) { method in class:FourRegisterDecodedInstruction
H A DInvokePolymorphicRangeDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { method in class:InvokePolymorphicRangeDecodedInstruction
H A DThreeRegisterDecodedInstruction.java73 public DecodedInstruction withIndex(int newIndex) { method in class:ThreeRegisterDecodedInstruction
H A DFillArrayDataPayloadDecodedInstruction.java99 public DecodedInstruction withIndex(int newIndex) { method in class:FillArrayDataPayloadDecodedInstruction
H A DInvokePolymorphicDecodedInstruction.java48 public DecodedInstruction withIndex(int newIndex) { method in class:InvokePolymorphicDecodedInstruction
H A DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); method in class:DecodedInstruction
/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java79 mappedInstructions[mappedAt++] = one.withIndex(mappedId);
90 mappedInstructions[mappedAt++] = one.withIndex(mappedId);
101 mappedInstructions[mappedAt++] = one.withIndex(mappedId);
112 mappedInstructions[mappedAt++] = one.withIndex(mappedId);
131 mappedInstructions[mappedAt++] = one.withIndex(mappedCallSiteId);

Completed in 64 milliseconds