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