Home
last modified time | relevance | path

Searched refs:kDexTypeAnnotationItem (Results 1 – 8 of 8) sorted by relevance

/art/dexlayout/
Ddex_ir.cc116 DexFile::kDexTypeAnnotationItem,
Ddex_writer.h183 case DexFile::kDexTypeAnnotationItem: in SectionAlignment()
Ddex_visualize.cc230 { DexFile::kDexTypeAnnotationItem, 15 },
Ddexdiag.cc84 { DexFile::kDexTypeAnnotationItem, { "AnnotationItem", '3' } },
Ddex_writer.cc370 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationItem)); in WriteAnnotations()
778 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc404 case DexFile::kDexTypeAnnotationItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc76 case DexFile::kDexTypeAnnotationItem: return 1 << 17; in MapTypeToBitMask()
104 case DexFile::kDexTypeAnnotationItem: in IsDataSectionType()
2050 case DexFile::kDexTypeAnnotationItem: in CheckIntraSectionIterate()
2163 case DexFile::kDexTypeAnnotationItem: { in CheckIntraSectionIterate()
2398 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationItem) in CheckIntraSection()
2949 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) { in CheckInterAnnotationSetItem()
3143 case DexFile::kDexTypeAnnotationItem: in CheckInterSectionIterate()
3265 case DexFile::kDexTypeAnnotationItem: in CheckInterSection()
Ddex_file.h138 kDexTypeAnnotationItem = 0x2004, enumerator