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 | 389 case DexFile::kDexTypeAnnotationSetItem: in CheckAndSetRemainingOffsets()
|
/art/libdexfile/dex/ |
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() 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()
|
D | dex_file.h | 133 kDexTypeAnnotationSetItem = 0x1003, enumerator
|