Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc141 DexFile::kDexTypeCodeItem,
Ddex_visualize.cc227 { DexFile::kDexTypeCodeItem, 12 },
Ddexdiag.cc81 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
Ddex_writer.cc576 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()
769 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeCodeItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc395 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc73 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()
3008 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()
3140 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()
3262 case DexFile::kDexTypeCodeItem: in CheckInterSection()
Ddex_file.h135 kDexTypeCodeItem = 0x2001, enumerator