Searched refs:kDexTypeAnnotationSetItem (Results 1 – 7 of 7) sorted by relevance
/art/dexlayout/ |
D | dex_ir.cc | 121 DexFile::kDexTypeAnnotationSetItem,
|
D | dex_visualize.cc | 225 { DexFile::kDexTypeAnnotationSetItem, 10 },
|
D | dexdiag.cc | 79 { DexFile::kDexTypeAnnotationSetItem, { "AnnotationSetItem", '2' } },
|
D | dex_writer.cc | 386 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetItem)); in WriteAnnotationSets() 763 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetItem, in GenerateAndWriteMapItems()
|
D | dex_ir_builder.cc | 388 case DexFile::kDexTypeAnnotationSetItem: in CheckAndSetRemainingOffsets()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 62 case DexFile::kDexTypeAnnotationSetItem: return 1 << 12; in MapTypeToBitMask() 90 case DexFile::kDexTypeAnnotationSetItem: in IsDataSectionType() 1832 case DexFile::kDexTypeAnnotationSetItem: { in CheckIntraSectionIterate() 2081 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetItem) in CheckIntraSection() 2673 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList() 2756 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 2771 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 2788 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationsDirectoryItem() 2916 case DexFile::kDexTypeAnnotationSetItem: { in CheckInterSectionIterate() 2983 case DexFile::kDexTypeAnnotationSetItem: in CheckInterSection()
|
D | dex_file.h | 130 kDexTypeAnnotationSetItem = 0x1003, enumerator
|