Searched refs:kDexTypeProtoIdItem (Results 1 – 7 of 7) sorted by relevance
71 DexFile::kDexTypeProtoIdItem,
219 { DexFile::kDexTypeProtoIdItem, 4 },
70 { DexFile::kDexTypeProtoIdItem, { "ProtoId", 'P' } },
304 stream->AlignTo(SectionAlignment(DexFile::kDexTypeProtoIdItem)); in WriteProtoIds()737 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeProtoIdItem, in GenerateAndWriteMapItems()
352 case DexFile::kDexTypeProtoIdItem: in CheckAndSetRemainingOffsets()
62 case DexFile::kDexTypeProtoIdItem: return 1 << 3; in MapTypeToBitMask()89 case DexFile::kDexTypeProtoIdItem: in IsDataSectionType()745 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 && in CheckMap()2088 case DexFile::kDexTypeProtoIdItem: { in CheckIntraSectionIterate()2237 case DexFile::kDexTypeProtoIdItem: in CheckIntraIdSection()2357 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()3163 case DexFile::kDexTypeProtoIdItem: { in CheckInterSectionIterate()3275 case DexFile::kDexTypeProtoIdItem: in CheckInterSection()
124 kDexTypeProtoIdItem = 0x0003, enumerator