Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc71 DexFile::kDexTypeProtoIdItem,
Ddex_visualize.cc219 { DexFile::kDexTypeProtoIdItem, 4 },
Ddexdiag.cc70 { DexFile::kDexTypeProtoIdItem, { "ProtoId", 'P' } },
Ddex_writer.cc304 stream->AlignTo(SectionAlignment(DexFile::kDexTypeProtoIdItem)); in WriteProtoIds()
737 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeProtoIdItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc352 case DexFile::kDexTypeProtoIdItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc62 case DexFile::kDexTypeProtoIdItem: return 1 << 3; in MapTypeToBitMask()
89 case DexFile::kDexTypeProtoIdItem: in IsDataSectionType()
741 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeProtoIdItem)) == 0 && in CheckMap()
2084 case DexFile::kDexTypeProtoIdItem: { in CheckIntraSectionIterate()
2233 case DexFile::kDexTypeProtoIdItem: in CheckIntraIdSection()
2353 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()
3159 case DexFile::kDexTypeProtoIdItem: { in CheckInterSectionIterate()
3271 case DexFile::kDexTypeProtoIdItem: in CheckInterSection()
Ddex_file.h124 kDexTypeProtoIdItem = 0x0003, enumerator