Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc177 case DexFile::kDexTypeDebugInfoItem: in CheckAndSetRemainingOffsets()
Ddex_writer.h182 case DexFile::kDexTypeDebugInfoItem: in SectionAlignment()
Ddex_visualize.cc229 { DexFile::kDexTypeDebugInfoItem, 14 },
Ddexdiag.cc78 { DexFile::kDexTypeDebugInfoItem, { "DebugInfo", 'D' } },
Dcompact_dex_writer.cc206 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
Ddex_writer.cc471 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()
730 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeDebugInfoItem, in GenerateAndWriteMapItems()
Ddex_ir.cc950 DexFile::kDexTypeDebugInfoItem,
/art/libdexfile/dex/
Ddex_file_verifier.cc66 case DexFile::kDexTypeDebugInfoItem: return 1 << 16; in MapTypeToBitMask()
93 case DexFile::kDexTypeDebugInfoItem: in IsDataSectionType()
1623 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSectionIterate()
1737 case DexFile::kDexTypeDebugInfoItem: { in CheckIntraSectionIterate()
1941 case DexFile::kDexTypeDebugInfoItem: in CheckIntraSection()
2703 case DexFile::kDexTypeDebugInfoItem: in CheckInterSectionIterate()
2822 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
Ddex_file.h131 kDexTypeDebugInfoItem = 0x2003, enumerator