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()
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 …]
Ddex_file.h120 enum MapItemType : uint16_t { // private enum
/art/dexlayout/
Ddex_writer.h178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()