Searched refs:sections (Results 1 – 14 of 14) sorted by relevance
/art/dexlayout/ |
D | dexdiag.cc | 187 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage() argument 188 for (const auto& section : sections) { in FindSectionTypeForPage() 207 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap() argument 214 uint16_t type = FindSectionTypeForPage(dex_page_offset, sections); in ProcessPageMap() 235 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics() argument 246 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics() 250 for (size_t i = sections.size(); i > 0; --i) { in DisplayDexStatistics() 251 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics() 300 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping() local 306 sections = dex_ir::GetSortedDexFileSections(header.get(), in ProcessOneDexMapping() [all …]
|
/art/libdexfile/dex/ |
D | dex_file_layout.cc | 106 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<() argument 108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
|
D | dex_file_layout.h | 123 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
|
/art/libartbase/ |
D | libartbase.map | 5 # sections.
|
/art/runtime/ |
D | image.cc | 38 ImageSection* sections, in ImageHeader() argument 72 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
|
D | image.h | 131 ImageSection* sections,
|
D | oat_file.cc | 2074 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); in MadviseDexFile() local 2075 CHECK(sections != nullptr); in MadviseDexFile() 2076 sections->Madvise(&dex_file, state); in MadviseDexFile()
|
/art/dex2oat/linker/ |
D | image_test.cc | 75 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local 81 sections, in TEST_F()
|
D | image_writer.cc | 2546 std::vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local 2554 sections[ImageHeader::kSectionObjects] = in CreateImageSections() 2560 sections[ImageHeader::kSectionArtFields] = in CreateImageSections() 2566 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections() 2574 sections[ImageHeader::kSectionImTables] = in CreateImageSections() 2580 sections[ImageHeader::kSectionIMTConflictTables] = in CreateImageSections() 2586 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections() 2593 sections[ImageHeader::kSectionDexCacheArrays] = in CreateImageSections() 2605 sections[ImageHeader::kSectionInternedStrings] = in CreateImageSections() 2616 sections[ImageHeader::kSectionClassTable] = in CreateImageSections() [all …]
|
/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/libelffile/elf/ |
D | elf_builder.h | 202 std::vector<Section*>& sections = owner_->sections_; in AddSection() local 203 Elf_Word last = sections.empty() ? PF_R : sections.back()->phdr_flags_; in AddSection() 207 sections.push_back(this); in AddSection() 208 section_index_ = sections.size(); // First ELF section has index 1. in AddSection()
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 113 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local 119 sections, in CreateImageSpace()
|
/art/tools/ahat/ |
D | README.txt | 26 * Have a menu at the top of an object view with links to the sections?
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1413 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F() local 1415 ASSERT_TRUE(sections != nullptr); in TEST_F() 1416 LOG(INFO) << *sections; in TEST_F() 1420 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()
|