Searched refs:MapItemType (Results 1 – 4 of 4) sorted by relevance
100 bool CheckPadding(size_t offset, uint32_t aligned_offset, DexFile::MapItemType type);131 template <DexFile::MapItemType kType>133 template <DexFile::MapItemType kType>135 template <DexFile::MapItemType kType>159 bool CheckInterSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type);
48 static uint32_t MapTypeToBitMask(DexFile::MapItemType map_item_type) { in MapTypeToBitMask()75 static bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType()424 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap()706 DexFile::MapItemType type) { in CheckPadding()1735 template <DexFile::MapItemType kType>1917 template <DexFile::MapItemType kType>1966 template <DexFile::MapItemType kType>2005 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckIntraSection()2818 DexFile::MapItemType type) { in CheckInterSectionIterate()2960 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckInterSection()
117 enum MapItemType : uint16_t { // private enum
178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()