Home
last modified time | relevance | path

Searched refs:GetObjectsSection (Results 1 – 8 of 8) sorted by relevance

/art/test/1001-app-image-regions/
Dapp_image_regions.cc44 return image_header.GetObjectsSection().Size(); in Java_Main_checkAppImageSectionSize()
/art/runtime/
Dimage.cc159 const ImageSection& objects = GetObjectsSection(); in VisitObjects()
Dimage.h288 const ImageSection& GetObjectsSection() const { in GetObjectsSection() function
Dclass_linker.cc1490 const ImageSection& objects_section = image_header.GetObjectsSection(); in CountInternedStringReferences()
/art/dex2oat/linker/
Dimage_test.h144 ret.push_back(image_header.GetObjectsSection().Size()); in GetImageObjectSectionSizes()
/art/runtime/gc/space/
Dimage_space.cc950 const ImageSection& image_objects = image_header.GetObjectsSection(); in Init()
1034 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates()
1394 const ImageSection& objects_section = image_header->GetObjectsSection(); in RelocateInPlace()
2947 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces()
/art/dex2oat/
Ddex2oat_test.cc716 return image_header.GetObjectsSection().Size(); in GetImageObjectSectionSize()
842 EXPECT_GT(image_header.GetObjectsSection().Size(), 0u); in CheckResult()
/art/oatdump/
Doatdump.cc1698 if (space->GetImageHeader().GetObjectsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1982 const auto& object_section = image_header_.GetObjectsSection(); in Dump()