Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h34 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
Dimage.h316 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
Dclass_linker.cc1614 const ImageSection& section = space->GetImageHeader().GetInternedStringsSection(); in VerifyInternedStringReferences()
/art/runtime/gc/space/
Dimage_space_test.cc159 if (image_header.GetInternedStringsSection().Size() != 0u) { in TEST_F()
160 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in TEST_F()
Dimage_space.cc1011 const ImageSection& new_interns = new_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()
1017 const ImageSection& old_interns = old_space->GetImageHeader().GetInternedStringsSection(); in RemoveInternTableDuplicates()
1571 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace()
2889 if (image_header.GetInternedStringsSection().Size() != 0u) { in DoRelocateSpaces()
2890 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1986 const auto& intern_section = image_header_.GetInternedStringsSection(); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2873 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()