Searched refs:sections (Results 1 – 13 of 13) sorted by relevance
/art/dexlayout/ |
D | dexdiag.cc | 180 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage() argument 181 for (const auto& section : sections) { in FindSectionTypeForPage() 200 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap() argument 207 uint16_t type = FindSectionTypeForPage(dex_page_offset, sections); in ProcessPageMap() 228 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics() argument 239 mapped_pages.Increment(FindSectionTypeForPage(dex_page_offset, sections)); in DisplayDexStatistics() 243 for (size_t i = sections.size(); i > 0; --i) { in DisplayDexStatistics() 244 const dex_ir::DexFileSection& section = sections[i - 1]; in DisplayDexStatistics() 293 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping() local 299 sections = dex_ir::GetSortedDexFileSections(header.get(), in ProcessOneDexMapping() [all …]
|
/art/libdexfile/dex/ |
D | dex_file_layout.cc | 92 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<() argument 94 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/dex2oat/linker/ |
D | image_test.cc | 67 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local 70 sections, in TEST_F()
|
D | image_writer.cc | 1935 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local 1936 const size_t image_end = image_info.CreateImageSections(sections, compile_app_image_); in CreateHeader() 1940 auto* bitmap_section = §ions[ImageHeader::kSectionImageBitmap]; in CreateHeader() 1945 for (const ImageSection& section : sections) { in CreateHeader() 1970 sections, in CreateHeader()
|
/art/runtime/ |
D | image.cc | 33 ImageSection* sections, in ImageHeader() argument 77 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
|
D | image.h | 118 ImageSection* sections,
|
D | oat_file.cc | 1851 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); in MadviseDexFile() local 1852 CHECK(sections != nullptr); in MadviseDexFile() 1853 sections->Madvise(&dex_file, state); in MadviseDexFile()
|
/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/compiler/linker/ |
D | elf_builder.h | 210 std::vector<Section*>& sections = owner_->sections_; in AddSection() local 211 Elf_Word last = sections.empty() ? PF_R : sections.back()->phdr_flags_; in AddSection() 215 sections.push_back(this); in AddSection() 216 section_index_ = sections.size(); // First ELF section has index 1. in AddSection()
|
/art/tools/ahat/ |
D | README.txt | 23 * Have a menu at the top of an object view with links to the sections?
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1388 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F() local 1390 ASSERT_TRUE(sections != nullptr); in TEST_F() 1391 LOG(INFO) << *sections; in TEST_F() 1395 sections->sections_[static_cast<size_t>(DexLayoutSections::SectionType::kSectionTypeCode)]; in TEST_F()
|