Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc121 DexFile::kDexTypeAnnotationSetItem,
Ddex_visualize.cc225 { DexFile::kDexTypeAnnotationSetItem, 10 },
Ddexdiag.cc79 { DexFile::kDexTypeAnnotationSetItem, { "AnnotationSetItem", '2' } },
Ddex_writer.cc386 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetItem)); in WriteAnnotationSets()
763 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc389 case DexFile::kDexTypeAnnotationSetItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
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()
2932 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList()
3045 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3061 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3079 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem()
3199 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate()
3278 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
Ddex_file.h133 kDexTypeAnnotationSetItem = 0x1003, enumerator