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.cc351 case DexFile::kDexTypeProtoIdItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc53 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()
Ddex_file.h121 kDexTypeProtoIdItem = 0x0003, enumerator