Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc51 case DexFile::kDexTypeDebugInfoItem: return 1 << 14; in MapTypeToBitMask()
1334 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
1433 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
1620 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSection()
2346 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h138 kDexTypeDebugInfoItem = 0x2003, enumerator