HomeSort by relevance Sort by last modified time
    Searched refs:ImageSection (Results 1 - 11 of 11) 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;
105 ImageSection* sections,
210 const ImageSection& GetImageSection(ImageSections index) const;
212 const ImageSection& GetMethodsSection() const
    [all...]
image-inl.h 52 const ImageSection& section = GetImageSection(kSectionImTables);
70 const ImageSection& section = GetImageSection(kSectionIMTConflictTables);
image.cc 31 ImageSection* sections,
141 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const {
146 std::ostream& operator<<(std::ostream& os, const ImageSection& section) {
151 const ImageSection& fields = GetFieldsSection();
166 const ImageSection& methods = GetMethodsSection();
174 const ImageSection& runtime_methods = GetRuntimeMethodsSection();
stack.cc 681 const ImageSection& methods = header.GetMethodsSection();
682 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection();
    [all...]
intern_table.cc 181 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings);
class_linker.cc     [all...]
  /art/compiler/
image_writer.cc 293 const ImageSection& bitmap_section = image_header->GetImageSection(
659 ImageSection unused_sections[ImageHeader::kSectionCount];
    [all...]
image_test.cc 491 ImageSection sections[ImageHeader::kSectionCount];
image_writer.h 255 size_t CreateImageSections(ImageSection* out_sections) const;
  /art/runtime/gc/collector/
immune_spaces_test.cc 111 ImageSection sections[ImageHeader::kSectionCount];
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 394 milliseconds