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()
351 case DexFile::kDexTypeProtoIdItem: in CheckAndSetRemainingOffsets()
53 case DexFile::kDexTypeProtoIdItem: return 1 << 3; in MapTypeToBitMask()80 case DexFile::kDexTypeProtoIdItem: in IsDataSectionType()474 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 && in CheckMap()1778 case DexFile::kDexTypeProtoIdItem: { in CheckIntraSectionIterate()1932 case DexFile::kDexTypeProtoIdItem: in CheckIntraIdSection()2043 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()2866 case DexFile::kDexTypeProtoIdItem: { in CheckInterSectionIterate()2976 case DexFile::kDexTypeProtoIdItem: in CheckInterSection()
121 kDexTypeProtoIdItem = 0x0003, enumerator