Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h1083 GcRoot<mirror::String>* new_strings = visitor(strings); in FixupNativePointers() local
1084 if (strings != new_strings) { in FixupNativePointers()
1085 dest->SetDexCacheStrings(new_strings); in FixupNativePointers()
/art/runtime/gc/space/
Dimage_space.cc1070 GcRoot<mirror::String>* new_strings = fixup_adapter.ForwardObject(strings); in RelocateInPlace() local
1071 if (strings != new_strings) { in RelocateInPlace()
1072 dex_cache->SetStrings(new_strings); in RelocateInPlace()
1074 dex_cache->FixupStrings<kWithoutReadBarrier>(new_strings, fixup_adapter); in RelocateInPlace()
/art/runtime/
Dclass_linker.cc1484 GcRoot<mirror::String>* new_strings = klass->GetDexCache()->GetStrings(); in operator ()() local
1485 DCHECK_NE(strings, new_strings); in operator ()()
1486 klass->SetDexCacheStrings(new_strings); in operator ()()