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()
348 case DexFile::kDexTypeTypeIdItem: in CheckAndSetRemainingOffsets()
61 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()3152 case DexFile::kDexTypeTypeIdItem: { in CheckInterSectionIterate()3269 case DexFile::kDexTypeTypeIdItem: in CheckInterSection()
124 kDexTypeTypeIdItem = 0x0002, enumerator