Searched refs:writeUleb128p1 (Results 1 – 2 of 2) sorted by relevance
971 debugInfoOut.writeUleb128p1(indexMap.adjustString(parameterName)); in transformDebugInfoItem()1004 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()1006 debugInfoOut.writeUleb128p1(indexMap.adjustType(typeIndex)); in transformDebugInfoItem()1009 debugInfoOut.writeUleb128p1(indexMap.adjustString(sigIndex)); in transformDebugInfoItem()1021 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()
389 public void writeUleb128p1(int i) { in writeUleb128p1() method in Dex.Section