Searched refs:kDexTypeProtoIdItem (Results 1 – 7 of 7) sorted by relevance
71 DexFile::kDexTypeProtoIdItem,
219 { DexFile::kDexTypeProtoIdItem, 4 },
70 { DexFile::kDexTypeProtoIdItem, { "ProtoId", 'P' } },
302 stream->AlignTo(SectionAlignment(DexFile::kDexTypeProtoIdItem)); in WriteProtoIds()735 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()736 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 && in CheckMap()2079 case DexFile::kDexTypeProtoIdItem: { in CheckIntraSectionIterate()2228 case DexFile::kDexTypeProtoIdItem: in CheckIntraIdSection()2348 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()3153 case DexFile::kDexTypeProtoIdItem: { in CheckInterSectionIterate()3265 case DexFile::kDexTypeProtoIdItem: in CheckInterSection()
162 kDexTypeProtoIdItem = 0x0003, enumerator