Searched refs:outMethodIndex (Results 1 – 1 of 1) sorted by relevance
802 int outMethodIndex = indexMap.adjustMethod(method.getMethodIndex()); in transformMethods() local803 classDataOut.writeUleb128(outMethodIndex - lastOutMethodIndex); in transformMethods()804 lastOutMethodIndex = outMethodIndex; in transformMethods()