Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc47 case DexFile::kDexTypeDebugInfoItem: return 1 << 14; in MapTypeToBitMask()
1104 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
1203 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
1385 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSection()
2052 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h122 kDexTypeDebugInfoItem = 0x2003, enumerator