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.cc401 case DexFile::kDexTypeDebugInfoItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc75 case DexFile::kDexTypeDebugInfoItem: return 1 << 16; in MapTypeToBitMask()
103 case DexFile::kDexTypeDebugInfoItem: in IsDataSectionType()
2049 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
2157 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
2397 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeDebugInfoItem) in CheckIntraSection()
3142 case DexFile::kDexTypeDebugInfoItem: in CheckInterSectionIterate()
3264 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h137 kDexTypeDebugInfoItem = 0x2003, enumerator