Searched refs:GetInternedStringsSection (Results 1 – 7 of 7) sorted by relevance
97 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
1692 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences()
157 if (image_header.GetInternedStringsSection().Size() != 0u) { in TEST_F()158 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in TEST_F()
843 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()849 const ImageSection& old_interns = old_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()1437 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace()2625 if (image_header.GetInternedStringsSection().Size() != 0u) { in DoRelocateSpaces()2626 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in DoRelocateSpaces()
319 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
1964 CHECK_ALIGNED(image_header_.GetInternedStringsSection().Offset(), 8); in Dump()
3035 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()