Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc171 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
Ddex_visualize.cc227 { DexFile::kDexTypeCodeItem, 12 },
Ddexdiag.cc76 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
Ddex_writer.cc528 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()
724 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeCodeItem, in GenerateAndWriteMapItems()
Ddex_ir.cc955 DexFile::kDexTypeCodeItem,
/art/libdexfile/dex/
Ddex_file_verifier.cc64 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()
91 case DexFile::kDexTypeCodeItem: in IsDataSectionType()
1725 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()
1939 case DexFile::kDexTypeCodeItem: in CheckIntraSection()
2586 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()
2701 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()
2820 case DexFile::kDexTypeCodeItem: in CheckInterSection()
Ddex_file.h129 kDexTypeCodeItem = 0x2001, enumerator