Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h33 const ImageSection& section = header.GetInternedStringsSection(); in AddImageStringsToTable()
Dimage.h309 const ImageSection& GetInternedStringsSection() const { in GetInternedStringsSection() function
/art/runtime/gc/space/
Dimage_space.cc1336 const auto& intern_table_section = image_header.GetInternedStringsSection(); in RelocateInPlace()
1609 if (image_header.GetInternedStringsSection().Size() != 0u) { in DoRelocateSpaces()
1610 const uint8_t* data = space->Begin() + image_header.GetInternedStringsSection().Offset(); in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1985 const auto& intern_section = image_header_.GetInternedStringsSection(); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2889 const ImageSection& intern_table_section = image_header->GetInternedStringsSection(); in CopyAndFixupNativeData()