Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc47 case DexFile::kDexTypeAnnotationSetItem: return 1 << 10; in MapTypeToBitMask()
1409 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate()
1616 case DexFile::kDexTypeAnnotationSetItem: in CheckIntraSection()
2095 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
2176 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
2191 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
2208 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
2299 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate()
2357 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
Ddex_file.h134 kDexTypeAnnotationSetItem = 0x1003, enumerator