Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc43 case DexFile::kDexTypeAnnotationSetItem: return 1 << 10; in MapTypeToBitMask()
1206 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate()
1408 case DexFile::kDexTypeAnnotationSetItem: in CheckIntraSection()
1828 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
1909 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1924 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1941 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
2032 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate()
2090 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
Ddex_file.h119 kDexTypeAnnotationSetItem = 0x1003, enumerator