Home
last modified time | relevance | path

Searched refs:kNumberOfSections (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dvdex_file.h85 kNumberOfSections = 4, enumerator
146 static_cast<size_t>(VdexSection::kNumberOfSections) * sizeof(VdexSectionHeader); in GetChecksumsOffset()
H A Dvdex_file.cc60 : number_of_sections_(static_cast<uint32_t>(VdexSection::kNumberOfSections)) { in VdexFileHeader()
267 VdexFile::VdexSectionHeader sections[static_cast<uint32_t>(VdexSection::kNumberOfSections)]; in WriteToDisk()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc222 kNumberOfSections = 4 enumerator
975 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc693 VdexSection::kNumberOfSections * sizeof(VdexFile::VdexSectionHeader); in WriteAndOpenDexFiles()