Searched refs:kDexTypeTypeList (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/dexlayout/ |
H A D | dex_ir.cc | 106 DexFile::kDexTypeTypeList,
|
H A D | dex_visualize.cc | 223 { DexFile::kDexTypeTypeList, 8 },
|
H A D | dexdiag.cc | 77 { DexFile::kDexTypeTypeList, { "TypeList", 't' } },
|
H A D | dex_writer.cc | 286 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeList)); in WriteTypeLists() 757 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeTypeList, in GenerateAndWriteMapItems()
|
H A D | dex_ir_builder.cc | 383 case DexFile::kDexTypeTypeList: in CheckAndSetRemainingOffsets()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 69 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() 3138 case DexFile::kDexTypeTypeList: in CheckInterSectionIterate() 3260 case DexFile::kDexTypeTypeList: in CheckInterSection()
|
H A D | dex_file.h | 132 kDexTypeTypeList = 0x1001, enumerator
|