Home
last modified time | relevance | path

Searched refs:kDexTypeHeaderItem (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/dexlayout/
H A Ddexdiag.cc67 { DexFile::kDexTypeHeaderItem, { "Header", 'H' } },
201 return DexFile::kDexTypeHeaderItem; in FindSectionTypeForPage()
H A Ddex_ir.cc56 DexFile::kDexTypeHeaderItem,
H A Ddex_visualize.cc216 { DexFile::kDexTypeHeaderItem, 1 },
H A Ddex_writer.cc730 queue.AddIfNotEmpty(MapItem(DexFile::kDexTypeHeaderItem, 1, 0)); in GenerateAndWriteMapItems()
H A Ddex_ir_builder.cc340 case DexFile::kDexTypeHeaderItem: in CheckAndSetRemainingOffsets()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc59 case DexFile::kDexTypeHeaderItem: return 1 << 0; in MapTypeToBitMask()
86 case DexFile::kDexTypeHeaderItem: in IsDataSectionType()
723 if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::kDexTypeHeaderItem)) == 0)) { in CheckMap()
2187 case DexFile::kDexTypeHeaderItem: in CheckIntraSectionIterate()
2331 case DexFile::kDexTypeHeaderItem: in CheckIntraSection()
3135 case DexFile::kDexTypeHeaderItem: in CheckInterSectionIterate()
3258 case DexFile::kDexTypeHeaderItem: in CheckInterSection()
H A Ddex_file.h122 kDexTypeHeaderItem = 0x0000, enumerator
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1968 map_list->list_[0].type_ = DexFile::kDexTypeHeaderItem; in TEST_F()