Searched refs:sections (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | vdex_file.cc | 276 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/ |
D | dex_file_layout.cc | 34 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 <<()
|
D | dex_file_layout.h | 104 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
|
/art/dex2oat/linker/ |
D | image_test.cc | 76 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()
|
D | image_writer.cc | 2667 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/ |
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/oat/ |
D | image.cc | 44 ImageSection* sections, in ImageHeader() argument 85 std::copy_n(sections, kSectionCount, sections_); in ImageHeader()
|
D | image.h | 136 ImageSection* sections,
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 137 ImageSection sections[ImageHeader::kSectionCount]; in CreateImageSpace() local 143 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/libartservice/service/ |
D | README.md | 111 Warning: The sections below describe the default behavior in each scenario. Note
|