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()
1179 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate()
1381 case DexFile::kDexTypeAnnotationSetItem: in CheckIntraSection()
1801 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
1882 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1897 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
1914 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
2005 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate()
2063 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
Ddex_file.h118 kDexTypeAnnotationSetItem = 0x1003, enumerator