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

  /art/runtime/
image.h 52 class PACKED(4) ImageSection {
54 ImageSection() : offset_(0), size_(0) { }
55 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
56 ImageSection(const ImageSection& section) = default;
57 ImageSection& operator=(const ImageSection& section) = default;
113 ImageSection* sections,
224 const ImageSection& GetImageSection(ImageSections index) const;
226 const ImageSection& GetObjectsSection() const
    [all...]
image.cc 33 ImageSection* sections,
143 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const {
148 std::ostream& operator<<(std::ostream& os, const ImageSection& section) {
156 const ImageSection& objects = GetObjectsSection();
166 const ImageSection& fields = GetFieldsSection();
181 const ImageSection& methods = GetMethodsSection();
189 const ImageSection& runtime_methods = GetRuntimeMethodsSection();
image-inl.h 54 const ImageSection& section = GetImageSection(kSectionImTables);
72 const ImageSection& section = GetImageSection(kSectionIMTConflictTables);
stack.cc 664 const ImageSection& methods = header.GetMethodsSection();
665 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection();
    [all...]
intern_table.cc 185 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings);
class_linker.cc     [all...]
  /art/compiler/
image_writer.cc 301 const ImageSection& bitmap_section = image_header->GetImageSection(
691 ImageSection unused_sections[ImageHeader::kSectionCount];
    [all...]
image_test.cc 66 ImageSection sections[ImageHeader::kSectionCount];
image_writer.h 261 size_t CreateImageSections(ImageSection* out_sections) const;
  /art/compiler/optimizing/
sharpening.cc 62 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 646 const ImageSection& image_objects = image_header->GetImageSection(ImageHeader::kSectionObjects);
    [all...]

Completed in 781 milliseconds