Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc76 DexFile::kDexTypeFieldIdItem,
Ddex_visualize.cc220 { DexFile::kDexTypeFieldIdItem, 5 },
Ddexdiag.cc71 { DexFile::kDexTypeFieldIdItem, { "FieldId", 'F' } },
Ddex_writer.cc324 stream->AlignTo(SectionAlignment(DexFile::kDexTypeFieldIdItem)); in WriteFieldIds()
740 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeFieldIdItem, in GenerateAndWriteMapItems()
Ddex_ir_builder.cc355 case DexFile::kDexTypeFieldIdItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc54 case DexFile::kDexTypeFieldIdItem: return 1 << 4; in MapTypeToBitMask()
81 case DexFile::kDexTypeFieldIdItem: in IsDataSectionType()
479 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 && in CheckMap()
1785 case DexFile::kDexTypeFieldIdItem: { in CheckIntraSectionIterate()
1936 case DexFile::kDexTypeFieldIdItem: in CheckIntraIdSection()
2044 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeFieldIdItem) in CheckIntraSection()
2872 case DexFile::kDexTypeFieldIdItem: { in CheckInterSectionIterate()
2977 case DexFile::kDexTypeFieldIdItem: in CheckInterSection()
Ddex_file.h122 kDexTypeFieldIdItem = 0x0004, enumerator