/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 355 abstract void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex); in updateIndex() 401 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeStringIds() 424 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeIds() 447 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeTypeLists() 467 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeProtoIds() 494 void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeCallSiteIds() 518 void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeMethodHandles() 539 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeFieldIds() 562 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeMethodIds() 586 @Override void updateIndex(int offset, IndexMap indexMap, int oldIndex, int newIndex) { in mergeAnnotations()
|
D | InstructionTransformer.java | 135 private static void jumboCheck(boolean isJumbo, int newIndex) { in jumboCheck()
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InvokePolymorphicRangeDecodedInstruction.java | 56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex() 68 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | InvokePolymorphicDecodedInstruction.java | 48 public DecodedInstruction withIndex(int newIndex) { in withIndex() 55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
|
D | DecodedInstruction.java | 477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex() 480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
|
D | ZeroRegisterDecodedInstruction.java | 41 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | SparseSwitchPayloadDecodedInstruction.java | 65 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | PackedSwitchPayloadDecodedInstruction.java | 61 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | OneRegisterDecodedInstruction.java | 53 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 58 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 63 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 73 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FourRegisterDecodedInstruction.java | 83 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 93 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
D | FillArrayDataPayloadDecodedInstruction.java | 99 public DecodedInstruction withIndex(int newIndex) { in withIndex()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegisterSpecList.java | 315 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 | 487 public void replaceSuccessor(int oldIndex, int newIndex) { in replaceSuccessor()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | Ropper.java | 1739 int newIndex = 0; in filterMoveReturnAddressInsns() local
|