Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc84 constexpr bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType()
310 template <DexFile::MapItemType kType>
312 template <DexFile::MapItemType kType>
314 template <DexFile::MapItemType kType>
691 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap()
926 DexFile::MapItemType type) { in CheckPadding()
2042 template <DexFile::MapItemType kType>
2218 template <DexFile::MapItemType kType>
2267 template <DexFile::MapItemType kType>
2315 DexFile::MapItemType type = static_cast<DexFile::MapItemType>(item->type_); in CheckIntraSection()
[all …]
H A Ddex_file.h121 enum MapItemType : uint16_t { // private enum
/aosp12/art/dexlayout/
H A Ddex_writer.h178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment()