Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc140 case DexFile::kDexTypeClassDefItem: in CheckAndSetRemainingOffsets()
Ddex_visualize.cc222 { DexFile::kDexTypeClassDefItem, 7 },
Ddexdiag.cc68 { DexFile::kDexTypeClassDefItem, { "ClassDef", 'C' } },
Ddex_writer.cc584 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()
701 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeClassDefItem, in GenerateAndWriteMapItems()
Ddex_ir.cc900 DexFile::kDexTypeClassDefItem,
/art/libdexfile/dex/
Ddex_file_verifier.cc56 case DexFile::kDexTypeClassDefItem: return 1 << 6; in MapTypeToBitMask()
82 case DexFile::kDexTypeClassDefItem: in IsDataSectionType()
546 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeClassDefItem)) == 0 && in CheckMap()
1680 case DexFile::kDexTypeClassDefItem: { in CheckIntraSectionIterate()
1820 case DexFile::kDexTypeClassDefItem: in CheckIntraIdSection()
1911 case DexFile::kDexTypeClassDefItem: in CheckIntraSection()
2737 case DexFile::kDexTypeClassDefItem: { in CheckInterSectionIterate()
2832 case DexFile::kDexTypeClassDefItem: in CheckInterSection()
Ddex_file.h121 kDexTypeClassDefItem = 0x0006, enumerator