Home
last modified time | relevance | path

Searched refs:kDexTypeClassDefItem (Results 1 – 7 of 7) sorted by relevance

/art/dexlayout/
Ddex_ir.cc86 DexFile::kDexTypeClassDefItem,
Ddex_visualize.cc222 { DexFile::kDexTypeClassDefItem, 7 },
Ddexdiag.cc73 { DexFile::kDexTypeClassDefItem, { "ClassDef", 'C' } },
Ddex_writer.cc632 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()
746 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeClassDefItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc364 case DexFile::kDexTypeClassDefItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc65 case DexFile::kDexTypeClassDefItem: return 1 << 6; in MapTypeToBitMask()
92 case DexFile::kDexTypeClassDefItem: in IsDataSectionType()
756 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()
2102 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()
2245 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()
2356 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()
3177 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()
3274 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
Ddex_file.h127 kDexTypeClassDefItem = 0x0006, enumerator