Home
last modified time | relevance | path

Searched refs:GetInternedStringsSection (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dintern_table-inl.h97 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
Dclass_linker.cc1692 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences()
/art/runtime/gc/space/
Dimage_space_test.cc157 if (image_header.GetInternedStringsSection().Size() != 0u) { in TEST_F()
158 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in TEST_F()
Dimage_space.cc843 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()
/art/runtime/oat/
Dimage.h319 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
/art/oatdump/
Doatdump.cc1964 CHECK_ALIGNED(image_header_.GetInternedStringsSection().Offset(), 8); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc3035 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()