Searched defs:DexImage (Results 1 – 1 of 1) sorted by relevance
130 struct DexImage { struct131 DexImage() in DexImage() function150 Index<dex::StringId> string_ids;151 Index<dex::TypeId> type_ids;152 Index<dex::ProtoId> proto_ids;153 Index<dex::FieldId> field_ids;154 Index<dex::MethodId> method_ids;155 Index<dex::ClassDef> class_defs;157 Section string_data;158 Section type_lists;[all …]