Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc106 DexFile::kDexTypeTypeList,
Ddex_visualize.cc223 { DexFile::kDexTypeTypeList, 8 },
Ddexdiag.cc77 { DexFile::kDexTypeTypeList, { "TypeList", 't' } },
Ddex_writer.cc286 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeList)); in WriteTypeLists()
757 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeTypeList, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc383 case DexFile::kDexTypeTypeList: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc69 case DexFile::kDexTypeTypeList: return 1 << 10; in MapTypeToBitMask()
97 case DexFile::kDexTypeTypeList: in IsDataSectionType()
2121 case DexFile::kDexTypeTypeList: { in CheckIntraSectionIterate()
2391 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeTypeList) in CheckIntraSection()
2535 !CheckOffsetToTypeMap(item->parameters_off_, DexFile::kDexTypeTypeList)) { in CheckInterProtoIdItem()
2733 !CheckOffsetToTypeMap(item->interfaces_off_, DexFile::kDexTypeTypeList)) { in CheckInterClassDefItem()
3139 case DexFile::kDexTypeTypeList: in CheckInterSectionIterate()
3261 case DexFile::kDexTypeTypeList: in CheckInterSection()
Ddex_file.h131 kDexTypeTypeList = 0x1001, enumerator