Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc73 case DexFile::kDexTypeDebugInfoItem: return 1 << 16; in MapTypeToBitMask()
101 case DexFile::kDexTypeDebugInfoItem: in IsDataSectionType()
2142 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
2250 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
2482 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeDebugInfoItem) in CheckIntraSection()
3315 case DexFile::kDexTypeDebugInfoItem: in CheckInterSectionIterate()
3445 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h210 kDexTypeDebugInfoItem = 0x2003, enumerator