Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc71 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()
99 case DexFile::kDexTypeCodeItem: in IsDataSectionType()
2238 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()
2480 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()
3181 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()
3313 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()
3443 case DexFile::kDexTypeCodeItem: in CheckInterSection()
Ddex_file.h208 kDexTypeCodeItem = 0x2001, enumerator