Searched refs:kDexTypeCodeItem (Results 1 – 7 of 7) sorted by relevance
141 DexFile::kDexTypeCodeItem,
227 { DexFile::kDexTypeCodeItem, 12 },
81 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
576 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()769 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeCodeItem, in GenerateAndWriteMapItems()
395 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
73 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()101 case DexFile::kDexTypeCodeItem: in IsDataSectionType()2149 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()2399 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()3012 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()3144 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()3266 case DexFile::kDexTypeCodeItem: in CheckInterSection()
135 kDexTypeCodeItem = 0x2001, enumerator