Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1237 mirror::StringDexCacheType* new_strings = fixup_adapter.ForwardObject(strings); in RelocateInPlace() local
1238 if (strings != new_strings) { in RelocateInPlace()
1239 dex_cache->SetStrings(new_strings); in RelocateInPlace()
1241 dex_cache->FixupStrings<kWithoutReadBarrier>(new_strings, fixup_adapter); in RelocateInPlace()