Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java100 int mappedId = indexMap.adjustMethod(methodId); in visit()
DIndexMap.java164 public int adjustMethod(int methodIndex) { in adjustMethod() method in IndexMap
302 out, ENCODED_METHOD, adjustMethod(reader.readMethod())); in transform()
DDexMerger.java721 annotationsDirectoryOut.writeInt(indexMap.adjustMethod(directoryIn.readInt())); in transformAnnotationDirectory()
730 annotationsDirectoryOut.writeInt(indexMap.adjustMethod(directoryIn.readInt())); in transformAnnotationDirectory()
802 int outMethodIndex = indexMap.adjustMethod(method.getMethodIndex()); in transformMethods()