Searched refs:new_fields (Results 1 – 1 of 1) sorted by relevance
1100 ArtField** new_fields = fixup_adapter.ForwardObject(fields); in RelocateInPlace() local1101 if (fields != new_fields) { in RelocateInPlace()1102 dex_cache->SetResolvedFields(new_fields); in RelocateInPlace()1105 ArtField* orig = mirror::DexCache::GetElementPtrSize(new_fields, j, pointer_size); in RelocateInPlace()1108 mirror::DexCache::SetElementPtrSize(new_fields, j, copy, pointer_size); in RelocateInPlace()