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