Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 19 of 19) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java355 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()
DInstructionTransformer.java135 private static void jumboCheck(boolean isJumbo, int newIndex) { in jumboCheck()
/dalvik/dx/src/com/android/dx/io/instructions/
DInvokePolymorphicRangeDecodedInstruction.java56 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
68 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DInvokePolymorphicDecodedInstruction.java48 public DecodedInstruction withIndex(int newIndex) { in withIndex()
55 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex()
480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) { in withProtoIndex()
DZeroRegisterDecodedInstruction.java41 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DSparseSwitchPayloadDecodedInstruction.java65 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DPackedSwitchPayloadDecodedInstruction.java61 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DOneRegisterDecodedInstruction.java53 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DRegisterRangeDecodedInstruction.java58 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DTwoRegisterDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DThreeRegisterDecodedInstruction.java73 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFourRegisterDecodedInstruction.java83 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFiveRegisterDecodedInstruction.java93 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFillArrayDataPayloadDecodedInstruction.java99 public DecodedInstruction withIndex(int newIndex) { in withIndex()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecList.java315 int newIndex = 0; in subset() local
/dalvik/dx/src/com/android/dx/ssa/
DSsaMethod.java238 int newIndex = blocks.size(); in makeNewGotoBlock() local
DSsaBasicBlock.java487 public void replaceSuccessor(int oldIndex, int newIndex) { in replaceSuccessor()
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1739 int newIndex = 0; in filterMoveReturnAddressInsns() local