Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc57 constexpr uint32_t MapTypeToBitMask(DexFile::MapItemType map_item_type) { in MapTypeToBitMask() argument
58 switch (map_item_type) { in MapTypeToBitMask()
84 constexpr bool IsDataSectionType(DexFile::MapItemType map_item_type) { in IsDataSectionType() argument
85 switch (map_item_type) { in IsDataSectionType()