Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc45 case DexFile::kDexTypeCodeItem: return 1 << 12; in MapTypeToBitMask()
1191 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()
1383 case DexFile::kDexTypeCodeItem: in CheckIntraSection()
1858 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()
2050 case DexFile::kDexTypeCodeItem: in CheckInterSection()
Ddex_file.h120 kDexTypeCodeItem = 0x2001, enumerator