Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc106 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0) in InitializeDexCache() local
141 CHECK(call_sites[i].IsNull()); in InitializeDexCache()
171 call_sites, in InitializeDexCache()
/art/runtime/gc/space/
Dimage_space.cc1356 GcRoot<mirror::CallSite>* call_sites = dex_cache->GetResolvedCallSites(); in RelocateInPlace() local
1357 if (call_sites != nullptr) { in RelocateInPlace()
1358 GcRoot<mirror::CallSite>* new_call_sites = fixup_adapter.ForwardObject(call_sites); in RelocateInPlace()
1359 if (call_sites != new_call_sites) { in RelocateInPlace()