Home
last modified time | relevance | path

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

/dalvik/libdex/
DLeb128.h31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) { in readUnsignedLeb128() function
/dalvik/dx/src/com/android/dx/util/
DLeb128Utils.java110 public static int readUnsignedLeb128(ByteInput in) { in readUnsignedLeb128() method in Leb128Utils
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java484 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