Searched refs:MapItemType (Results 1 – 3 of 3) sorted by relevance
84 constexpr bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType()310 template <DexFile::MapItemType kType>312 template <DexFile::MapItemType kType>314 template <DexFile::MapItemType kType>691 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap()926 DexFile::MapItemType type) { in CheckPadding()2042 template <DexFile::MapItemType kType>2218 template <DexFile::MapItemType kType>2267 template <DexFile::MapItemType kType>2315 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckIntraSection()[all …]
121 enum MapItemType : uint16_t { // private enum
178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()