Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc126 DexFile::kDexTypeAnnotationSetRefList,
Ddex_visualize.cc224 { DexFile::kDexTypeAnnotationSetRefList, 9 },
Ddexdiag.cc78 { DexFile::kDexTypeAnnotationSetRefList, { "AnnotationSetReferenceItem", '1' } },
Ddex_writer.cc405 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetRefList)); in WriteAnnotationSetRefs()
760 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeAnnotationSetRefList, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc386 case DexFile::kDexTypeAnnotationSetRefList: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
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()
3098 DexFile::kDexTypeAnnotationSetRefList)) { in CheckInterAnnotationsDirectoryItem()
3193 case DexFile::kDexTypeAnnotationSetRefList: { in CheckInterSectionIterate()
3277 case DexFile::kDexTypeAnnotationSetRefList: in CheckInterSection()
Ddex_file.h132 kDexTypeAnnotationSetRefList = 0x1002, enumerator