Searched refs:kDexTypeCodeItem (Results 1 – 2 of 2) sorted by relevance
45 case DexFile::kDexTypeCodeItem: return 1 << 12; in MapTypeToBitMask()1191 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()1383 case DexFile::kDexTypeCodeItem: in CheckIntraSection()1858 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()2050 case DexFile::kDexTypeCodeItem: in CheckInterSection()
120 kDexTypeCodeItem = 0x2001, enumerator