Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc144 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
Ddex_visualize.cc229 { DexFile::kDexTypeCodeItem, 12 },
Ddexdiag.cc73 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
Ddex_writer.cc586 queue.push(MapItemContainer(DexFile::kDexTypeCodeItem, collection.CodeItemsSize(), in WriteMapItem()
Ddex_ir.cc920 DexFile::kDexTypeCodeItem,
/art/runtime/
Ddex_file_verifier.cc64 case DexFile::kDexTypeCodeItem: return 1 << 14; in MapTypeToBitMask()
91 case DexFile::kDexTypeCodeItem: in IsDataSectionType()
1705 case DexFile::kDexTypeCodeItem: { in CheckIntraSectionIterate()
1916 case DexFile::kDexTypeCodeItem: in CheckIntraSection()
2563 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem()
2678 case DexFile::kDexTypeCodeItem: in CheckInterSectionIterate()
2797 case DexFile::kDexTypeCodeItem: in CheckInterSection()
Ddex_file.h120 kDexTypeCodeItem = 0x2001, enumerator