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.cc1338 const auto& intern_table_section = image_header->GetInternedStringsSection(); in RelocateInPlace() local
1339 if (intern_table_section.Size() > 0u) { in RelocateInPlace()
1346 temp_intern_table.AddTableFromMemory(target_base + intern_table_section.Offset(), in RelocateInPlace()
/art/dex2oat/linker/
Dimage_writer.cc2801 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData() local
2805 image_info.image_.Begin() + intern_table_section.Offset(); in CopyAndFixupNativeData()