Searched refs:MapItemType (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier.h | 99 bool CheckPadding(size_t offset, uint32_t aligned_offset, DexFile::MapItemType type); 127 bool CheckIntraSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type); 128 bool CheckIntraIdSection(size_t offset, uint32_t count, DexFile::MapItemType type); 129 bool CheckIntraDataSection(size_t offset, uint32_t count, DexFile::MapItemType type); 152 bool CheckInterSectionIterate(size_t offset, uint32_t count, DexFile::MapItemType type);
|
D | dex_file_verifier.cc | 48 static uint32_t MapTypeToBitMask(DexFile::MapItemType map_item_type) { in MapTypeToBitMask() 74 static bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType() 481 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap() 741 DexFile::MapItemType type) { in CheckPadding() 1617 DexFile::MapItemType type) { in CheckIntraSectionIterate() 1794 DexFile::MapItemType type) { in CheckIntraIdSection() 1844 DexFile::MapItemType type) { in CheckIntraDataSection() 1882 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckIntraSection() 2672 DexFile::MapItemType type) { in CheckInterSectionIterate() 2813 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckInterSection()
|
D | dex_file.h | 114 enum MapItemType : uint16_t { // private enum
|
/art/dexlayout/ |
D | dex_writer.h | 178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()
|