Searched refs:GetObjectsSection (Results 1 – 8 of 8) sorted by relevance
44 return image_header.GetObjectsSection().Size(); in Java_Main_checkAppImageSectionSize()
160 const ImageSection& objects = GetObjectsSection(); in VisitObjects()
289 const ImageSection& GetObjectsSection() const { in GetObjectsSection() function
1441 const ImageSection& objects_section = image_header.GetObjectsSection(); in CountInternedStringReferences()
144 ret.push_back(image_header.GetObjectsSection().Size()); in GetImageObjectSectionSizes()
714 const ImageSection& image_objects = image_header.GetObjectsSection(); in Init()798 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates()1170 const ImageSection& objects_section = image_header->GetObjectsSection(); in RelocateInPlace()2654 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces()
682 return image_header.GetObjectsSection().Size(); in GetImageObjectSectionSize()822 EXPECT_GT(image_header.GetObjectsSection().Size(), 0u); in CheckResult()
1594 if (space->GetImageHeader().GetObjectsSection().Contains(local_offset)) { in DumpDataBimgRelRoEntries()1880 stats_.object_stats.AddBytes(image_header_.GetObjectsSection().Size()); in Dump()