Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc57 constexpr uint32_t MapTypeToBitMask(DexFile::MapItemType map_item_type) { in MapTypeToBitMask()
84 constexpr bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType()
276 bool CheckPadding(size_t offset, uint32_t aligned_offset, DexFile::MapItemType type);
305 template <DexFile::MapItemType kType>
307 template <DexFile::MapItemType kType>
309 template <DexFile::MapItemType kType>
331 bool CheckInterSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type);
686 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap()
921 DexFile::MapItemType type) { in CheckPadding()
2037 template <DexFile::MapItemType kType>
[all …]
Ddex_file.h158 enum MapItemType : uint16_t { // private enum
/art/dexlayout/
Ddex_writer.h178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()