Searched refs:adjustMethod (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DInstructionTransformer.java99 int mappedId = indexMap.adjustMethod(methodId);
H A DIndexMap.java138 public int adjustMethod(int methodIndex) { method in class:IndexMap
261 writeTypeAndSizeAndIndex(type, adjustMethod(index));
H A DDexMerger.java705 annotationsDirectoryOut.writeInt(indexMap.adjustMethod(directoryIn.readInt()));
717 annotationsDirectoryOut.writeInt(indexMap.adjustMethod(directoryIn.readInt()));
780 int outMethodIndex = indexMap.adjustMethod(method.getMethodIndex());

Completed in 57 milliseconds