Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc66 DexFile::kDexTypeTypeIdItem,
Ddex_visualize.cc218 { DexFile::kDexTypeTypeIdItem, 3 },
Ddexdiag.cc69 { DexFile::kDexTypeTypeIdItem, { "TypeId", 'T' } },
Ddex_writer.cc271 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeIdItem)); in WriteTypeIds()
734 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeTypeIdItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc348 case DexFile::kDexTypeTypeIdItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc61 case DexFile::kDexTypeTypeIdItem: return 1 << 2; in MapTypeToBitMask()
88 case DexFile::kDexTypeTypeIdItem: in IsDataSectionType()
736 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 && in CheckMap()
2078 case DexFile::kDexTypeTypeIdItem: { in CheckIntraSectionIterate()
2229 case DexFile::kDexTypeTypeIdItem: in CheckIntraIdSection()
2352 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()
3153 case DexFile::kDexTypeTypeIdItem: { in CheckInterSectionIterate()
3270 case DexFile::kDexTypeTypeIdItem: in CheckInterSection()
Ddex_file.h123 kDexTypeTypeIdItem = 0x0002, enumerator