Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc75 case DexFile::kDexTypeEncodedArrayItem: return 1 << 18; in MapTypeToBitMask()
103 case DexFile::kDexTypeEncodedArrayItem: in IsDataSectionType()
2144 case DexFile::kDexTypeEncodedArrayItem: in CheckIntraSectionIterate()
2262 case DexFile::kDexTypeEncodedArrayItem: { in CheckIntraSectionIterate()
2484 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeEncodedArrayItem) in CheckIntraSection()
2914 !CheckOffsetToTypeMap(item->static_values_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterClassDefItem()
3042 if (!CheckOffsetToTypeMap(item->data_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterCallSiteIdItem()
3317 case DexFile::kDexTypeEncodedArrayItem: in CheckInterSectionIterate()
3447 case DexFile::kDexTypeEncodedArrayItem: in CheckInterSection()
Ddex_file.h212 kDexTypeEncodedArrayItem = 0x2005, enumerator