Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc470 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); in CheckMap() local
471 if (IsDataSectionType(item_type)) { in CheckMap()
481 uint32_t bit = MapTypeToBitMask(item_type); in CheckMap()