Searched refs:kDexTypeTypeIdItem (Results 1 – 7 of 7) sorted by relevance
66 DexFile::kDexTypeTypeIdItem,
218 { DexFile::kDexTypeTypeIdItem, 3 },
69 { DexFile::kDexTypeTypeIdItem, { "TypeId", 'T' } },
271 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeIdItem)); in WriteTypeIds()734 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeTypeIdItem, in GenerateAndWriteMapItems()
347 case DexFile::kDexTypeTypeIdItem: in CheckAndSetRemainingOffsets()
52 case DexFile::kDexTypeTypeIdItem: return 1 << 2; in MapTypeToBitMask()79 case DexFile::kDexTypeTypeIdItem: in IsDataSectionType()469 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 && in CheckMap()1771 case DexFile::kDexTypeTypeIdItem: { in CheckIntraSectionIterate()1928 case DexFile::kDexTypeTypeIdItem: in CheckIntraIdSection()2042 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()2860 case DexFile::kDexTypeTypeIdItem: { in CheckInterSectionIterate()2975 case DexFile::kDexTypeTypeIdItem: in CheckInterSection()
120 kDexTypeTypeIdItem = 0x0002, enumerator