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()
394 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
64 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()92 case DexFile::kDexTypeCodeItem: in IsDataSectionType()1844 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()2083 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()2732 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()2847 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()2967 case DexFile::kDexTypeCodeItem: in CheckInterSection()
132 kDexTypeCodeItem = 0x2001, enumerator