Searched refs:DexLayoutSections (Results 1 – 8 of 8) sorted by relevance
59 void DexLayoutSections::Madvise(const DexFile* dex_file, MadviseState state) const { in Madvise()106 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<()107 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) { in operator <<()108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
45 class DexLayoutSections; variable550 const DexLayoutSections* GetDexLayoutSections() const { in GetDexLayoutSections()565 const DexLayoutSections* dex_layout_sections);589 const DexLayoutSections* const dex_layout_sections_ = nullptr;
808 const DexLayoutSections* const dex_layout_sections = dex_layout_sections_offset != 0 in Setup()809 ? reinterpret_cast<const DexLayoutSections*>(Begin() + dex_layout_sections_offset) in Setup()1871 const DexLayoutSections* dex_layout_sections) in OatDexFile()2074 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); in MadviseDexFile()
124 DexLayoutSections& GetSections() { in GetSections()193 DexLayoutSections dex_sections_;
606 DexLayoutSections::SectionType::kSectionTypeCode)]; in WriteCodeItems()
1413 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F()1420 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()
353 DexLayoutSections dex_sections_layout_;3887 RoundUp(rodata_offset, alignof(DexLayoutSections)) - rodata_offset; in WriteDexLayoutSections()3900 DCHECK_ALIGNED(rodata_offset, alignof(DexLayoutSections)); in WriteDexLayoutSections()
521 const DexLayoutSections* const layout_sections = oat_dex_file->GetDexLayoutSections(); in Dump()