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