Searched refs:new_strings (Results 1 – 3 of 3) sorted by relevance
1083 GcRoot<mirror::String>* new_strings = visitor(strings); in FixupNativePointers() local1084 if (strings != new_strings) { in FixupNativePointers()1085 dest->SetDexCacheStrings(new_strings); in FixupNativePointers()
1070 GcRoot<mirror::String>* new_strings = fixup_adapter.ForwardObject(strings); in RelocateInPlace() local1071 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()
1484 GcRoot<mirror::String>* new_strings = klass->GetDexCache()->GetStrings(); in operator ()() local1485 DCHECK_NE(strings, new_strings); in operator ()()1486 klass->SetDexCacheStrings(new_strings); in operator ()()