Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc68 case DexFile::kDexTypeMapList: return 1 << 9; in MapTypeToBitMask()
96 case DexFile::kDexTypeMapList: in IsDataSectionType()
727 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeMapList)) == 0)) { in CheckMap()
2188 case DexFile::kDexTypeMapList: in CheckIntraSectionIterate()
2359 case DexFile::kDexTypeMapList: in CheckIntraSection()
3138 case DexFile::kDexTypeMapList: in CheckInterSectionIterate()
3260 case DexFile::kDexTypeMapList: in CheckInterSection()
Ddex_file.h130 kDexTypeMapList = 0x1000, enumerator
/art/dexlayout/
Ddexdiag.cc76 { DexFile::kDexTypeMapList, { "TypeMap", 'L' } },
Dcompact_dex_writer.cc466 data_stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()
Ddex_writer.cc756 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeMapList, 1, header_->MapListOffset())); in GenerateAndWriteMapItems()
914 stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()
Ddex_ir_builder.cc379 case DexFile::kDexTypeMapList: in CheckAndSetRemainingOffsets()
/art/tools/hiddenapi/
Dhiddenapi.cc812 CHECK(old_item.type_ == DexFile::kDexTypeMapList); in CreateMapListWithNewItem()
/art/dex2oat/
Ddex2oat_test.cc2236 map_list->list_[1].type_ = DexFile::kDexTypeMapList; in TEST_F()