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.cc356 case DexFile::kDexTypeFieldIdItem: in CheckAndSetRemainingOffsets()
/art/libdexfile/dex/
Ddex_file_verifier.cc63 case DexFile::kDexTypeFieldIdItem: return 1 << 4; in MapTypeToBitMask()
90 case DexFile::kDexTypeFieldIdItem: in IsDataSectionType()
746 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeFieldIdItem)) == 0 && in CheckMap()
2090 case DexFile::kDexTypeFieldIdItem: { in CheckIntraSectionIterate()
2237 case DexFile::kDexTypeFieldIdItem: in CheckIntraIdSection()
2354 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeFieldIdItem) in CheckIntraSection()
3164 case DexFile::kDexTypeFieldIdItem: { in CheckInterSectionIterate()
3271 case DexFile::kDexTypeFieldIdItem: in CheckInterSection()
Ddex_file.h126 kDexTypeFieldIdItem = 0x0004, enumerator