Searched refs:kDexTypeTypeIdItem (Results 1 – 2 of 2) sorted by relevance
59 case DexFile::kDexTypeTypeIdItem: return 1 << 2; in MapTypeToBitMask()86 case DexFile::kDexTypeTypeIdItem: in IsDataSectionType()817 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 && in CheckMap()2171 case DexFile::kDexTypeTypeIdItem: { in CheckIntraSectionIterate()2320 case DexFile::kDexTypeTypeIdItem: in CheckIntraIdSection()2440 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()3331 case DexFile::kDexTypeTypeIdItem: { in CheckInterSectionIterate()3451 case DexFile::kDexTypeTypeIdItem: in CheckInterSection()
196 kDexTypeTypeIdItem = 0x0002, enumerator