Searched refs:new_call_sites (Results 1 – 1 of 1) sorted by relevance
1292 GcRoot<mirror::CallSite>* new_call_sites = fixup_adapter.ForwardObject(call_sites); in RelocateInPlace() local1293 if (call_sites != new_call_sites) { in RelocateInPlace()1294 dex_cache->SetResolvedCallSites(new_call_sites); in RelocateInPlace()1296 dex_cache->FixupResolvedCallSites<kWithoutReadBarrier>(new_call_sites, fixup_adapter); in RelocateInPlace()