Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java39 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DSparseSwitchPayloadDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DPackedSwitchPayloadDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DOneRegisterDecodedInstruction.java50 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DRegisterRangeDecodedInstruction.java55 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DTwoRegisterDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DThreeRegisterDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFourRegisterDecodedInstruction.java77 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFiveRegisterDecodedInstruction.java86 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DFillArrayDataPayloadDecodedInstruction.java97 public DecodedInstruction withIndex(int newIndex) { in withIndex()
DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java344 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()
DInstructionTransformer.java107 private static void jumboCheck(boolean isJumbo, int newIndex) { in jumboCheck()
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpecList.java312 int newIndex = 0; in subset() local
/dalvik/dx/src/com/android/dx/ssa/
DSsaMethod.java238 int newIndex = blocks.size(); in makeNewGotoBlock() local
DSsaBasicBlock.java493 public void replaceSuccessor(int oldIndex, int newIndex) { in replaceSuccessor()
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1735 int newIndex = 0; in filterMoveReturnAddressInsns() local