Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc48 case DexFile::kDexTypeAnnotationItem: return 1 << 15; in MapTypeToBitMask()
1105 case DexFile::kDexTypeAnnotationItem: in CheckIntraSectionIterate()
1209 case DexFile::kDexTypeAnnotationItem: { in CheckIntraSectionIterate()
1386 case DexFile::kDexTypeAnnotationItem: in CheckIntraSection()
1818 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) { in CheckInterAnnotationSetItem()
2053 case DexFile::kDexTypeAnnotationItem: in CheckInterSection()
Ddex_file.h123 kDexTypeAnnotationItem = 0x2004, enumerator