Home
last modified time | relevance | path

Searched refs:kDexTypeEncodedArrayItem (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_verifier.cc49 case DexFile::kDexTypeEncodedArrayItem: return 1 << 16; in MapTypeToBitMask()
1106 case DexFile::kDexTypeEncodedArrayItem: in CheckIntraSectionIterate()
1215 case DexFile::kDexTypeEncodedArrayItem: { in CheckIntraSectionIterate()
1387 case DexFile::kDexTypeEncodedArrayItem: in CheckIntraSection()
1717 !CheckOffsetToTypeMap(item->static_values_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterClassDefItem()
2054 case DexFile::kDexTypeEncodedArrayItem: in CheckInterSection()
Ddex_file.h124 kDexTypeEncodedArrayItem = 0x2005, enumerator