Searched defs:readUleb128 (Results 1 - 1 of 1) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DDex.java561 public int readUleb128() { method in class:Dex.Section
591 int expectedLength = readUleb128();
676 int catchHandlersSize = readUleb128();
713 typeIndexes[i] = readUleb128();
714 addresses[i] = readUleb128();
716 int catchAllAddress = size <= 0 ? readUleb128() : -1;
721 int staticFieldsSize = readUleb128();
722 int instanceFieldsSize = readUleb128();
723 int directMethodsSize = readUleb128();
724 int virtualMethodsSize = readUleb128();
[all...]

Completed in 5 milliseconds