Home
last modified time | relevance | path

Searched refs:intern_table_section (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1571 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace() local
1572 if (intern_table_section.Size() > 0u) { in RelocateInPlace()
1579 temp_intern_table.AddTableFromMemory(target_base + intern_table_section.Offset(), in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2873 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData() local
2876 image_info.image_.Begin() + intern_table_section.Offset(); in CopyAndFixupNativeData()