Searched refs:kDexTypeClassDefItem (Results 1 – 2 of 2) sorted by relevance
38 case DexFile::kDexTypeClassDefItem: return 1 << 6; in MapTypeToBitMask()62 case DexFile::kDexTypeClassDefItem: in IsDataSectionType()255 if ((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()1035 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()1170 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()1256 case DexFile::kDexTypeClassDefItem: in CheckIntraSection()1832 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()1900 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
100 kDexTypeClassDefItem = 0x0006, enumerator