Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc60 case DexFile::kDexTypeProtoIdItem: return 1 << 3; in MapTypeToBitMask()
87 case DexFile::kDexTypeProtoIdItem: in IsDataSectionType()
822 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 && in CheckMap()
2177 case DexFile::kDexTypeProtoIdItem: { in CheckIntraSectionIterate()
2324 case DexFile::kDexTypeProtoIdItem: in CheckIntraIdSection()
2441 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()
3337 case DexFile::kDexTypeProtoIdItem: { in CheckInterSectionIterate()
3452 case DexFile::kDexTypeProtoIdItem: in CheckInterSection()
Ddex_file.h197 kDexTypeProtoIdItem = 0x0003, enumerator