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()760 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()2106 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()2249 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()2360 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()3181 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()3278 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
127 kDexTypeClassDefItem = 0x0006, enumerator