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.cc403 case DexFile::kDexTypeAnnotationItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc67 case DexFile::kDexTypeAnnotationItem: return 1 << 17; in MapTypeToBitMask()
95 case DexFile::kDexTypeAnnotationItem: in IsDataSectionType()
1743 case DexFile::kDexTypeAnnotationItem: in CheckIntraSectionIterate()
1862 case DexFile::kDexTypeAnnotationItem: { in CheckIntraSectionIterate()
2086 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationItem) in CheckIntraSection()
2690 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) { in CheckInterAnnotationSetItem()
2850 case DexFile::kDexTypeAnnotationItem: in CheckInterSectionIterate()
2970 case DexFile::kDexTypeAnnotationItem: in CheckInterSection()
Ddex_file.h135 kDexTypeAnnotationItem = 0x2004, enumerator