Searched defs:newIndex (Results 1 – 17 of 17) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 39 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | SparseSwitchPayloadDecodedInstruction.java | 63 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | PackedSwitchPayloadDecodedInstruction.java | 59 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | OneRegisterDecodedInstruction.java | 50 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 55 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 59 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 68 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FourRegisterDecodedInstruction.java | 77 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 86 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FillArrayDataPayloadDecodedInstruction.java | 97 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | DecodedInstruction.java | 477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex()
|
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 344 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex); in updateIndex() 388 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeStringIds() 411 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeIds() 434 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeLists() 454 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeProtoIds() 477 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeFieldIds() 500 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeMethodIds() 524 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeAnnotations()
|
D | InstructionTransformer.java | 107 private static void jumboCheck(boolean isJumbo, int newIndex) { in jumboCheck()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegisterSpecList.java | 312 int newIndex = 0; in subset() local
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | SsaMethod.java | 238 int newIndex = blocks.size(); in makeNewGotoBlock() local
|
D | SsaBasicBlock.java | 493 public void replaceSuccessor(int oldIndex, int newIndex) { in replaceSuccessor()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | Ropper.java | 1735 int newIndex = 0; in filterMoveReturnAddressInsns() local
|