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

  /art/runtime/
image-inl.h 54 const ImageSection& section = GetImageSection(kSectionImTables);
72 const ImageSection& section = GetImageSection(kSectionIMTConflictTables);
image.h 224 const ImageSection& GetImageSection(ImageSections index) const;
227 return GetImageSection(kSectionObjects);
231 return GetImageSection(kSectionArtMethods);
235 return GetImageSection(kSectionRuntimeMethods);
239 return GetImageSection(ImageHeader::kSectionArtFields);
image.cc 143 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const {
intern_table.cc 185 const ImageSection& section = header->GetImageSection(ImageHeader::kSectionInternedStrings);
class_linker.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 574 auto& section = image_header->GetImageSection(section_idx);
581 const auto& bitmap_section = image_header->GetImageSection(ImageHeader::kSectionImageBitmap);
646 const ImageSection& image_objects = image_header->GetImageSection(ImageHeader::kSectionObjects);
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/patchoat/
patchoat.cc 471 const auto& section = image_header->GetImageSection(ImageHeader::kSectionInternedStrings);
482 const auto& section = image_header->GetImageSection(ImageHeader::kSectionClassTable);
    [all...]
  /art/compiler/
image_test.h 401 const auto& bitmap_section = image_header.GetImageSection(ImageHeader::kSectionImageBitmap);
image_writer.cc 301 const ImageSection& bitmap_section = image_header->GetImageSection(
    [all...]
  /art/imgdiag/
imgdiag.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc 825 EXPECT_GT(image_header.GetImageSection(ImageHeader::kSectionObjects).Size(), 0u);
    [all...]

Completed in 272 milliseconds