Searched refs:kDexTypeClassDefItem (Results 1 – 7 of 7) sorted by relevance
140 case DexFile::kDexTypeClassDefItem: in CheckAndSetRemainingOffsets()
222 { DexFile::kDexTypeClassDefItem, 7 },
68 { DexFile::kDexTypeClassDefItem, { "ClassDef", 'C' } },
584 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()701 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeClassDefItem, in GenerateAndWriteMapItems()
900 DexFile::kDexTypeClassDefItem,
56 case DexFile::kDexTypeClassDefItem: return 1 << 6; in MapTypeToBitMask()82 case DexFile::kDexTypeClassDefItem: in IsDataSectionType()546 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()1680 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()1820 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()1911 case DexFile::kDexTypeClassDefItem: in CheckIntraSection()2737 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()2832 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
121 kDexTypeClassDefItem = 0x0006, enumerator