Searched refs:writeSleb128 (Results 1 – 6 of 6) sorted by relevance
91 public int writeSleb128(int value); in writeSleb128() method
258 public int writeSleb128(int value) { in writeSleb128() method in ByteArrayAnnotatedOutput
155 out.writeSleb128(-(listSize - 1)); in encode()158 out.writeSleb128(listSize); in encode()
866 output.writeSleb128(deltaLines); in emitAdvanceLine()
996 debugInfoOut.writeSleb128(lineDiff); in transformDebugInfoItem()1038 codeOut.writeSleb128(-typeIndexes.length); in transformEncodedCatchHandler()1040 codeOut.writeSleb128(typeIndexes.length); in transformEncodedCatchHandler()
677 public void writeSleb128(int i) { in writeSleb128() method in Dex.Section