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()
1133 case DexFile::kDexTypeEncodedArrayItem: in CheckIntraSectionIterate()
1242 case DexFile::kDexTypeEncodedArrayItem: { in CheckIntraSectionIterate()
1414 case DexFile::kDexTypeEncodedArrayItem: in CheckIntraSection()
1744 !CheckOffsetToTypeMap(item->static_values_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterClassDefItem()
2081 case DexFile::kDexTypeEncodedArrayItem: in CheckInterSection()
Ddex_file.h125 kDexTypeEncodedArrayItem = 0x2005, enumerator