Lines Matching full:dex
21 // For consistency, let "canonical order" of DEX data types be the order defined
22 // in https://source.android.com/devices/tech/dalvik/dex-format "Type Codes"
257 using MapItemMap = std::map<uint16_t, const dex::MapItem*>;
264 const dex::HeaderItem* header_ = nullptr;
267 dex::MapItem string_map_item_ = {};
268 dex::MapItem type_map_item_ = {};
269 dex::MapItem proto_map_item_ = {};
270 dex::MapItem field_map_item_ = {};
271 dex::MapItem method_map_item_ = {};
272 dex::MapItem class_def_map_item_ = {};
273 dex::MapItem call_site_map_item_ = {};
274 dex::MapItem method_handle_map_item_ = {};
275 dex::MapItem type_list_map_item_ = {};
276 dex::MapItem annotation_set_ref_list_map_item_ = {};
277 dex::MapItem annotation_set_map_item_ = {};
278 dex::MapItem code_map_item_ = {};
279 dex::MapItem annotations_directory_map_item_ = {};