Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc31 ImageSection* sections, in ImageHeader() argument
75 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
Dimage.h105 ImageSection* sections,
/art/compiler/
Delf_builder.h122 auto& sections = owner_->sections_; in Start() local
124 CHECK(sections.empty() || sections.back()->finished_); in Start()
126 section_index_ = sections.size() + 1; in Start()
129 if (!sections.empty()) { in Start()
130 if (header_.sh_flags != sections.back()->header_.sh_flags) { in Start()
147 sections.push_back(this); in Start()
Dimage_test.cc312 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
315 sections, in TEST_F()
Dimage_writer.cc1502 ImageSection sections[ImageHeader::kSectionCount]; in CreateHeader() local
1503 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader()
1507 auto* bitmap_section = &sections[ImageHeader::kSectionImageBitmap]; in CreateHeader()
1512 for (const ImageSection& section : sections) { in CreateHeader()
1537 sections, in CreateHeader()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc111 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local
115 sections, in CreateImageSpace()
/art/tools/ahat/
DREADME.txt20 * Have a menu at the top of an object view with links to the sections?