Searched refs:writeSleb128 (Results 1 – 6 of 6) sorted by relevance
90 public int writeSleb128(int value); in writeSleb128() method
249 public int writeSleb128(int value) { in writeSleb128() method in ByteArrayAnnotatedOutput
155 out.writeSleb128(-(listSize - 1)); in encode()158 out.writeSleb128(listSize); in encode()
862 output.writeSleb128(deltaLines); in emitAdvanceLine()
997 debugInfoOut.writeSleb128(lineDiff); in transformDebugInfoItem()1039 codeOut.writeSleb128(-typeIndexes.length); in transformEncodedCatchHandler()1041 codeOut.writeSleb128(typeIndexes.length); in transformEncodedCatchHandler()
678 public void writeSleb128(int i) { in writeSleb128() method in Dex.Section