Searched refs:kDexTypeTypeIdItem (Results 1 – 7 of 7) sorted by relevance
100 case DexFile::kDexTypeTypeIdItem: in CheckAndSetRemainingOffsets()
220 { DexFile::kDexTypeTypeIdItem, 3 },
61 { DexFile::kDexTypeTypeIdItem, { "TypeId", 'T' } },
539 queue.push(MapItemContainer(DexFile::kDexTypeTypeIdItem, collection.TypeIdsSize(), in WriteMapItem()
845 DexFile::kDexTypeTypeIdItem,
52 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()
108 kDexTypeTypeIdItem = 0x0002, enumerator