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

  /art/runtime/
image.h 27 class PACKED(4) ImageSection {
29 ImageSection() : offset_(0), size_(0) { }
30 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
31 ImageSection(const ImageSection& section) = default;
32 ImageSection& operator=(const ImageSection& section) = default;
62 ImageSection* sections,
153 const ImageSection& GetImageSection(ImageSections index) const;
154 const ImageSection& GetMethodsSection() const
    [all...]
image.cc 31 ImageSection* sections,
141 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const {
146 std::ostream& operator<<(std::ostream& os, const ImageSection& section) {
intern_table.cc 157 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings);
297 const ImageSection& intern_section = image_space->GetImageHeader().GetImageSection(
  /art/compiler/
image_writer.cc 210 const ImageSection& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitmap);
    [all...]
image_test.cc 210 ImageSection sections[ImageHeader::kSectionCount];

Completed in 44 milliseconds