Home
last modified time | relevance | path

Searched defs:readUnsignedLeb128 (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dex/
DLeb128.java82 public static int readUnsignedLeb128(ByteInput in) { in readUnsignedLeb128() method in Leb128
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java482 int readUnsignedLeb128() throws IOException { in readUnsignedLeb128() method in DexData
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java636 public static int readUnsignedLeb128(InputStream bs) throws IOException { in readUnsignedLeb128() method in DebugInfoDecoder