Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_ir.cc126 DexFile::kDexTypeAnnotationSetRefList,
H A Ddex_visualize.cc224 { DexFile::kDexTypeAnnotationSetRefList, 9 },
H A Ddexdiag.cc78 { DexFile::kDexTypeAnnotationSetRefList, { "AnnotationSetReferenceItem", '1' } },
H A Ddex_writer.cc405 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetRefList)); in WriteAnnotationSetRefs()
760 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetRefList, in GenerateAndWriteMapItems()
H A Ddex_ir_builder.cc386 case DexFile::kDexTypeAnnotationSetRefList: in CheckAndSetRemainingOffsets()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc70 case DexFile::kDexTypeAnnotationSetRefList: return 1 << 11; in MapTypeToBitMask()
98 case DexFile::kDexTypeAnnotationSetRefList: in IsDataSectionType()
2127 case DexFile::kDexTypeAnnotationSetRefList: { in CheckIntraSectionIterate()
2392 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetRefList) in CheckIntraSection()
3097 DexFile::kDexTypeAnnotationSetRefList)) { in CheckInterAnnotationsDirectoryItem()
3192 case DexFile::kDexTypeAnnotationSetRefList: { in CheckInterSectionIterate()
3276 case DexFile::kDexTypeAnnotationSetRefList: in CheckInterSection()
H A Ddex_file.h133 kDexTypeAnnotationSetRefList = 0x1002, enumerator