HomeSort by relevance Sort by last modified time
    Searched refs:ImageSection (Results 1 - 12 of 12) sorted by null

  /art/runtime/
image.h 44 class PACKED(4) ImageSection {
46 ImageSection() : offset_(0), size_(0) { }
47 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
48 ImageSection(const ImageSection& section) = default;
49 ImageSection& operator=(const ImageSection& section) = default;
131 ImageSection* sections,
271 ImageSection& GetImageSection(ImageSections index) {
276 const ImageSection& GetImageSection(ImageSections index) const
    [all...]
image-inl.h 54 const ImageSection& fields = GetFieldsSection();
70 const ImageSection& methods = GetMethodsSection();
78 const ImageSection& runtime_methods = GetRuntimeMethodsSection();
90 const ImageSection& section = GetImTablesSection();
108 const ImageSection& section = GetIMTConflictTablesSection();
image.cc 38 ImageSection* sections,
132 std::ostream& operator<<(std::ostream& os, const ImageSection& section) {
140 const ImageSection& objects = GetObjectsSection();
intern_table-inl.h 33 const ImageSection& section = header.GetInternedStringsSection();
stack.cc 648 const ImageSection& methods = header.GetMethodsSection();
649 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection();
    [all...]
class_linker.cc     [all...]
  /art/dex2oat/linker/
image_writer.cc 632 std::vector<ImageSection> image_sections = image_info.CreateImageSections().second;
851 ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitmap);
854 bitmap_section = ImageSection(out_offset, bitmap_section.Size());
    [all...]
image_test.cc 75 ImageSection sections[ImageHeader::kSectionCount];
image_writer.h 288 * Creates ImageSection objects that describe most of the sections of a
295 * as a vector containing the individual ImageSection objects.
297 std::pair<size_t, std::vector<ImageSection>> CreateImageSections() const;
515 * memory pointed to by the image_ field is obtained from the ImageSection
    [all...]
  /art/compiler/optimizing/
sharpening.cc 42 const ImageSection& method_section = image_space->GetImageHeader().GetMethodsSection();
  /art/runtime/gc/collector/
immune_spaces_test.cc 113 ImageSection sections[ImageHeader::kSectionCount];
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 236 milliseconds