Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc69 case DexFile::kDexTypeAnnotationSetItem: return 1 << 12; in MapTypeToBitMask()
97 case DexFile::kDexTypeAnnotationSetItem: in IsDataSectionType()
2226 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate()
2478 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetItem) in CheckIntraSection()
3106 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
3218 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3234 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3252 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3377 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate()
3459 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
Ddex_file.h206 kDexTypeAnnotationSetItem = 0x1003, enumerator