Home
last modified time | relevance | path

Searched refs:GetObjectsSection (Results 1 – 6 of 6) 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
/art/dex2oat/linker/
Dimage_test.h144 ret.push_back(image_header.GetObjectsSection().Size()); in GetImageObjectSectionSizes()
/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.cc1694 if (space->GetImageHeader().GetObjectsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()
1978 const auto& object_section = image_header_.GetObjectsSection(); in Dump()