Searched refs:sections (Results 1 – 13 of 13) sorted by relevance
/art/dexlayout/ |
D | dexdiag.cc | 177 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/ |
D | dex_file_layout.cc | 76 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 <<()
|
D | dex_file_layout.h | 92 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
|
D | image.cc | 33 ImageSection* sections, in ImageHeader() argument 77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
|
D | image.h | 113 ImageSection* sections,
|
D | oat_file.cc | 1515 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/ |
D | image_test.cc | 66 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local 69 sections, in TEST_F()
|
D | elf_builder.h | 127 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()
|
D | image_writer.cc | 1927 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local 1928 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader() 1932 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader() 1937 for (const ImageSection& section : sections) { in CreateHeader() 1962 sections, in CreateHeader()
|
/art/tools/runtime_memusage/ |
D | README | 17 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/ |
D | immune_spaces_test.cc | 113 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local 117 sections, in CreateImageSpace()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1294 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/ |
D | README.txt | 23 * Have a menu at the top of an object view with links to the sections?
|