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