Home
last modified time | relevance | path

Searched refs:MapItemType (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.h100 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);
Ddex_file_verifier.cc48 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()
Ddex_file.h117 enum MapItemType : uint16_t { // private enum
/art/dexlayout/
Ddex_writer.h178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()