Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc276 VdexFile::VdexSectionHeader sections[static_cast<uint32_t>(VdexSection::kNumberOfSections)]; in WriteToDisk() local
279 sections[VdexSection::kChecksumSection].section_kind = VdexSection::kChecksumSection; in WriteToDisk()
280 sections[VdexSection::kChecksumSection].section_offset = GetChecksumsOffset(); in WriteToDisk()
281 sections[VdexSection::kChecksumSection].section_size = in WriteToDisk()
285 sections[VdexSection::kDexFileSection].section_kind = VdexSection::kDexFileSection; in WriteToDisk()
286 sections[VdexSection::kDexFileSection].section_offset = 0u; in WriteToDisk()
287 sections[VdexSection::kDexFileSection].section_size = 0u; in WriteToDisk()
290 sections[VdexSection::kVerifierDepsSection].section_kind = VdexSection::kVerifierDepsSection; in WriteToDisk()
291 sections[VdexSection::kVerifierDepsSection].section_offset = in WriteToDisk()
292 GetChecksumsOffset() + sections[kChecksumSection].section_size; in WriteToDisk()
[all …]
/art/libdexfile/dex/
Ddex_file_layout.cc34 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<() argument
36 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n"; in operator <<()
Ddex_file_layout.h104 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
/art/dex2oat/linker/
Dimage_test.cc76 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
82 sections, in TEST_F()
224 ImageSection sections[ImageHeader::kSectionCount]; in TEST_F() local
226 sections[ImageHeader::kSectionImageBitmap] = ImageSection(0, kElfSegmentAlignment); in TEST_F()
231 sections, in TEST_F()
Dimage_writer.cc2667 dchecked_vector<ImageSection> sections(ImageHeader::kSectionCount); in CreateImageSections() local
2675 sections[ImageHeader::kSectionObjects] = in CreateImageSections()
2681 sections[ImageHeader::kSectionArtFields] = in CreateImageSections()
2687 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections()
2695 sections[ImageHeader::kSectionImTables] = in CreateImageSections()
2701 sections[ImageHeader::kSectionIMTConflictTables] = in CreateImageSections()
2707 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections()
2713 sections[ImageHeader::kSectionJniStubMethods] = in CreateImageSections()
2721 size_t cur_pos = RoundUp(sections[ImageHeader::kSectionJniStubMethods].End(), sizeof(uint64_t)); in CreateImageSections()
2724 sections[ImageHeader::kSectionInternedStrings] = in CreateImageSections()
[all …]
/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/libelffile/elf/
Delf_builder.h202 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/oat/
Dimage.cc44 ImageSection* sections, in ImageHeader() argument
85 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
Dimage.h136 ImageSection* sections,
/art/runtime/gc/collector/
Dimmune_spaces_test.cc137 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local
143 sections, in CreateImageSpace()
/art/tools/ahat/
DREADME.txt26 * Have a menu at the top of an object view with links to the sections?
/art/libartservice/service/
DREADME.md111 Warning: The sections below describe the default behavior in each scenario. Note