Searched refs:kDexTypeCodeItem (Results 1 – 7 of 7) sorted by relevance
171 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
227 { DexFile::kDexTypeCodeItem, 12 },
76 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
528 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()724 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeCodeItem, in GenerateAndWriteMapItems()
955 DexFile::kDexTypeCodeItem,
64 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()91 case DexFile::kDexTypeCodeItem: in IsDataSectionType()1725 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()1939 case DexFile::kDexTypeCodeItem: in CheckIntraSection()2586 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()2701 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()2820 case DexFile::kDexTypeCodeItem: in CheckInterSection()
129 kDexTypeCodeItem = 0x2001, enumerator