Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc71 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 Ddex_file.h134 kDexTypeAnnotationSetItem = 0x1003, enumerator
/aosp12/art/dexlayout/
H A Ddex_ir.cc121 DexFile::kDexTypeAnnotationSetItem,
H A Ddex_visualize.cc225 { DexFile::kDexTypeAnnotationSetItem, 10 },
H A Ddexdiag.cc79 { DexFile::kDexTypeAnnotationSetItem, { "AnnotationSetItem", '2' } },
H A Ddex_writer.cc386 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetItem)); in WriteAnnotationSets()
763 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetItem, in GenerateAndWriteMapItems()
H A Ddex_ir_builder.cc389 case DexFile::kDexTypeAnnotationSetItem: in CheckAndSetRemainingOffsets()