Searched refs:kDexTypeClassDefItem (Results 1 – 7 of 7) sorted by relevance
86 DexFile::kDexTypeClassDefItem,
222 { DexFile::kDexTypeClassDefItem, 7 },
73 { DexFile::kDexTypeClassDefItem, { "ClassDef", 'C' } },
632 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()746 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeClassDefItem, in GenerateAndWriteMapItems()
364 case DexFile::kDexTypeClassDefItem: in CheckAndSetRemainingOffsets()
65 case DexFile::kDexTypeClassDefItem: return 1 << 6; in MapTypeToBitMask()92 case DexFile::kDexTypeClassDefItem: in IsDataSectionType()756 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()2102 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()2245 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()2356 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()3177 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()3274 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
127 kDexTypeClassDefItem = 0x0006, enumerator