Searched refs:call_sites (Results 1 – 2 of 2) sorted by relevance
106 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0) in InitializeDexCache() local141 CHECK(call_sites[i].IsNull()); in InitializeDexCache()171 call_sites, in InitializeDexCache()
1356 GcRoot<mirror::CallSite>* call_sites = dex_cache->GetResolvedCallSites(); in RelocateInPlace() local1357 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()