Searched refs:ReadULeb128 (Results 1 – 5 of 5) sorted by relevance
78 dex::ReadULeb128(&strData); in GetStringMUTF8()243 dex::u4 static_fields_count = dex::ReadULeb128(&class_data); in ParseClass()244 dex::u4 instance_fields_count = dex::ReadULeb128(&class_data); in ParseClass()245 dex::u4 direct_methods_count = dex::ReadULeb128(&class_data); in ParseClass()246 dex::u4 virtual_methods_count = dex::ReadULeb128(&class_data); in ParseClass()415 auto field_index = dex::ReadULeb128(pptr); in ParseEncodedField()424 ir_encoded_field->access_flags = dex::ReadULeb128(pptr); in ParseEncodedField()564 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation()565 dex::u4 elements_count = dex::ReadULeb128(pptr); in ParseAnnotation()573 ir_element->name = GetString(dex::ReadULeb128(pptr)); in ParseAnnotation()[all …]
79 dex::u4 type_index = dex::ReadULeb128(&ptr); in DissasembleTryBlocks()84 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks()96 dex::u4 address = dex::ReadULeb128(&ptr); in DissasembleTryBlocks()153 address += dex::ReadULeb128(&ptr); in DissasembleDebugInfo()166 annotation->operands.push_back(Alloc<VReg>(dex::ReadULeb128(&ptr))); in DissasembleDebugInfo()169 dex::u4 name_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo()173 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo()181 annotation->operands.push_back(Alloc<VReg>(dex::ReadULeb128(&ptr))); in DissasembleDebugInfo()184 dex::u4 name_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo()188 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo()[all …]
771 data.PushULeb128(dex::ReadULeb128(&src)); in WriteDebugInfo()781 data.PushULeb128(dex::ReadULeb128(&src)); in WriteDebugInfo()783 dex::u4 name_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()786 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()792 data.PushULeb128(dex::ReadULeb128(&src)); in WriteDebugInfo()794 dex::u4 name_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()797 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()800 dex::u4 sig_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()807 data.PushULeb128(dex::ReadULeb128(&src)); in WriteDebugInfo()811 dex::u4 name_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo()[all …]
28 inline u4 ReadULeb128(const u1** pptr) { in ReadULeb128() function
167 dex::ReadULeb128(&strData); in c_str()