Searched refs:GetInternedStringsSection (Results 1 – 7 of 7) sorted by relevance
83 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
313 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
1515 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences()
155 if (image_header.GetInternedStringsSection().Size() != 0u) { in TEST_F()156 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in TEST_F()
775 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()781 const ImageSection& old_interns = old_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()1338 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace()2596 if (image_header.GetInternedStringsSection().Size() != 0u) { in DoRelocateSpaces()2597 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in DoRelocateSpaces()
1871 CHECK_ALIGNED(image_header_.GetInternedStringsSection().Offset(), 8); in Dump()
2801 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()