Searched refs:kDexTypeDebugInfoItem (Results 1 – 9 of 9) sorted by relevance
177 case DexFile::kDexTypeDebugInfoItem: in CheckAndSetRemainingOffsets()
182 case DexFile::kDexTypeDebugInfoItem: in SectionAlignment()
229 { DexFile::kDexTypeDebugInfoItem, 14 },
78 { DexFile::kDexTypeDebugInfoItem, { "DebugInfo", 'D' } },
206 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
471 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()730 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeDebugInfoItem, in GenerateAndWriteMapItems()
950 DexFile::kDexTypeDebugInfoItem,
66 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()
131 kDexTypeDebugInfoItem = 0x2003, enumerator