Home
last modified time | relevance | path

Searched refs:kDexTypeDebugInfoItem (Results 1 – 9 of 9) sorted by relevance

/art/dexlayout/
Ddex_ir.cc136 DexFile::kDexTypeDebugInfoItem,
Ddex_writer.h182 case DexFile::kDexTypeDebugInfoItem: in SectionAlignment()
Ddex_visualize.cc229 { DexFile::kDexTypeDebugInfoItem, 14 },
Ddexdiag.cc83 { DexFile::kDexTypeDebugInfoItem, { "DebugInfo", 'D' } },
Dcompact_dex_writer.cc205 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
Ddex_writer.cc520 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()
775 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeDebugInfoItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc400 case DexFile::kDexTypeDebugInfoItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc66 case DexFile::kDexTypeDebugInfoItem: return 1 << 16; in MapTypeToBitMask()
94 case DexFile::kDexTypeDebugInfoItem: in IsDataSectionType()
1742 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
1856 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
2085 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeDebugInfoItem) in CheckIntraSection()
2849 case DexFile::kDexTypeDebugInfoItem: in CheckInterSectionIterate()
2969 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h134 kDexTypeDebugInfoItem = 0x2003, enumerator