Lines Matching refs:readUleb128
121 static u4 readUleb128(const u1** pBuf) in readUleb128() function
551 size = readUleb128(&ptr); in processAnnotationValue()
713 elementNameIdx = readUleb128(pPtr); in createAnnotationMember()
803 typeIdx = readUleb128(&ptr); in processEncodedAnnotation()
804 size = readUleb128(&ptr); in processEncodedAnnotation()
978 u4 size = readUleb128(&ptr); in skipAnnotationValue()
1019 (void) readUleb128(&ptr); in skipEncodedAnnotation()
1020 size = readUleb128(&ptr); in skipEncodedAnnotation()
1027 (void) readUleb128(&ptr); in skipEncodedAnnotation()
1079 typeIdx = readUleb128(&ptr); in searchAnnotationSet()
1101 typeIdx = readUleb128(&ptr); in searchEncodedAnnotation()
1102 size = readUleb128(&ptr); in searchEncodedAnnotation()
1109 elementNameIdx = readUleb128(&ptr); in searchEncodedAnnotation()
2134 iterator->size = readUleb128(&iterator->cursor); in dvmEncodedArrayIteratorInitialize()