Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1292 GcRoot<mirror::CallSite>* new_call_sites = fixup_adapter.ForwardObject(call_sites); in RelocateInPlace() local
1293 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()