Searched refs:kDexTypeAnnotationSetItem (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 71 case DexFile::kDexTypeAnnotationSetItem: return 1 << 12; in MapTypeToBitMask() 99 case DexFile::kDexTypeAnnotationSetItem: in IsDataSectionType() 2133 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate() 2393 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetItem) in CheckIntraSection() 2931 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList() 3044 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 3060 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 3078 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 3198 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate() 3277 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
|
H A D | dex_file.h | 134 kDexTypeAnnotationSetItem = 0x1003, enumerator
|
/aosp12/art/dexlayout/ |
H A D | dex_ir.cc | 121 DexFile::kDexTypeAnnotationSetItem,
|
H A D | dex_visualize.cc | 225 { DexFile::kDexTypeAnnotationSetItem, 10 },
|
H A D | dexdiag.cc | 79 { DexFile::kDexTypeAnnotationSetItem, { "AnnotationSetItem", '2' } },
|
H A D | dex_writer.cc | 386 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetItem)); in WriteAnnotationSets() 763 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetItem, in GenerateAndWriteMapItems()
|
H A D | dex_ir_builder.cc | 389 case DexFile::kDexTypeAnnotationSetItem: in CheckAndSetRemainingOffsets()
|