Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 13 of 13) sorted by relevance

/art/dexlayout/
Ddexdiag.cc177 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage() argument
178 for (const auto& section : sections) { in FindSectionTypeForPage()
197 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap() argument
204 uint16_t type = FindSectionTypeForPage(dex_page_offset, sections); in ProcessPageMap()
225 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics() argument
236 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics()
240 for (size_t i = sections.size(); i > 0; --i) { in DisplayDexStatistics()
241 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics()
290 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping() local
293 sections = dex_ir::GetSortedDexFileSections(header.get(), in ProcessOneDexMapping()
[all …]
/art/runtime/
Ddex_file_layout.cc76 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<() argument
78 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
Ddex_file_layout.h92 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
Dimage.cc33 ImageSection* sections, in ImageHeader() argument
77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
Dimage.h113 ImageSection* sections,
Doat_file.cc1515 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); in MadviseDexFile() local
1516 CHECK(sections != nullptr); in MadviseDexFile()
1517 sections->Madvise(&dex_file, state); in MadviseDexFile()
/art/compiler/
Dimage_test.cc66 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
69 sections, in TEST_F()
Delf_builder.h127 auto& sections = owner_->sections_; in Start() local
129 CHECK(sections.empty() || sections.back()->finished_); in Start()
131 section_index_ = sections.size() + 1; in Start()
134 if (!sections.empty()) { in Start()
135 if (header_.sh_flags != sections.back()->header_.sh_flags) { in Start()
152 sections.push_back(this); in Start()
Dimage_writer.cc1927 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local
1928 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader()
1932 auto* bitmap_section = &sections[ImageHeader::kSectionImageBitmap]; in CreateHeader()
1937 for (const ImageSection& section : sections) { in CreateHeader()
1962 sections, in CreateHeader()
/art/tools/runtime_memusage/
DREADME17 DexFileTrackingRegistrar, which marks sections of Dex Files as poisoned. As Dex
19 In addition, when poisoned sections of memory are accesses, their stack trace is
/art/runtime/gc/collector/
Dimmune_spaces_test.cc113 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local
117 sections, in CreateImageSpace()
/art/dex2oat/
Ddex2oat_test.cc1294 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F() local
1296 ASSERT_TRUE(sections != nullptr); in TEST_F()
1297 LOG(INFO) << *sections; in TEST_F()
1301 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()
/art/tools/ahat/
DREADME.txt23 * Have a menu at the top of an object view with links to the sections?