Searched refs:kDexTypeDebugInfoItem (Results 1 – 9 of 9) sorted by relevance
136 DexFile::kDexTypeDebugInfoItem,
182 case DexFile::kDexTypeDebugInfoItem: in SectionAlignment()
229 { DexFile::kDexTypeDebugInfoItem, 14 },
83 { DexFile::kDexTypeDebugInfoItem, { "DebugInfo", 'D' } },
207 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
520 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()775 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeDebugInfoItem, in GenerateAndWriteMapItems()
401 case DexFile::kDexTypeDebugInfoItem: in CheckAndSetRemainingOffsets()
75 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()3141 case DexFile::kDexTypeDebugInfoItem: in CheckInterSectionIterate()3263 case DexFile::kDexTypeDebugInfoItem: in CheckInterSection()
138 kDexTypeDebugInfoItem = 0x2003, enumerator