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()2145 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()2395 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()3007 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()3139 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()3261 case DexFile::kDexTypeCodeItem: in CheckInterSection()
136 kDexTypeCodeItem = 0x2001, enumerator