Home
last modified time | relevance | path

Searched defs:DexImage (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dwriter.h130 struct DexImage { struct
131 DexImage() in DexImage() function
151 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 …]