Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir_builder.cc100 case DexFile::kDexTypeTypeIdItem: in CheckAndSetRemainingOffsets()
Ddex_visualize.cc220 { DexFile::kDexTypeTypeIdItem, 3 },
Ddexdiag.cc61 { DexFile::kDexTypeTypeIdItem, { "TypeId", 'T' } },
Ddex_writer.cc539 queue.push(MapItemContainer(DexFile::kDexTypeTypeIdItem, collection.TypeIdsSize(), in WriteMapItem()
Ddex_ir.cc845 DexFile::kDexTypeTypeIdItem,
/art/runtime/
Ddex_file_verifier.cc52 case DexFile::kDexTypeTypeIdItem: return 1 << 2; in MapTypeToBitMask()
78 case DexFile::kDexTypeTypeIdItem: in IsDataSectionType()
512 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeTypeIdItem)) == 0 && in CheckMap()
1632 case DexFile::kDexTypeTypeIdItem: { in CheckIntraSectionIterate()
1784 case DexFile::kDexTypeTypeIdItem: in CheckIntraIdSection()
1884 case DexFile::kDexTypeTypeIdItem: in CheckIntraSection()
2690 case DexFile::kDexTypeTypeIdItem: { in CheckInterSectionIterate()
2805 case DexFile::kDexTypeTypeIdItem: in CheckInterSection()
Ddex_file.h108 kDexTypeTypeIdItem = 0x0002, enumerator