Searched refs:kDexTypeCodeItem (Results 1 – 7 of 7) sorted by relevance
/art/dexlayout/ |
D | dex_ir_builder.cc | 144 case DexFile::kDexTypeCodeItem: in CheckAndSetRemainingOffsets()
|
D | dex_visualize.cc | 229 { DexFile::kDexTypeCodeItem, 12 },
|
D | dexdiag.cc | 73 { DexFile::kDexTypeCodeItem, { "CodeItem", 'X' } },
|
D | dex_writer.cc | 586 queue.push(MapItemContainer(DexFile::kDexTypeCodeItem, collection.CodeItemsSize(), in WriteMapItem()
|
D | dex_ir.cc | 920 DexFile::kDexTypeCodeItem,
|
/art/runtime/ |
D | dex_file_verifier.cc | 64 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()
|
D | dex_file.h | 120 kDexTypeCodeItem = 0x2001, enumerator
|