Searched refs:call_sites (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache.cc105 GcRoot<mirror::CallSite>* call_sites = (dex_file->NumCallSiteIds() == 0) local
139 CHECK(call_sites[i].IsNull());
166 call_sites,
/art/runtime/gc/space/
H A Dimage_space.cc1290 GcRoot<mirror::CallSite>* call_sites = dex_cache->GetResolvedCallSites(); local
1291 if (call_sites != nullptr) {
1292 GcRoot<mirror::CallSite>* new_call_sites = fixup_adapter.ForwardObject(call_sites);
1293 if (call_sites != new_call_sites) {
/art/runtime/
H A Dclass_linker.cc1363 GcRoot<mirror::CallSite>* const call_sites = local
1366 DCHECK(call_sites[j].IsNull());
1370 call_sites,
1374 dex_cache->SetResolvedCallSites(call_sites);

Completed in 444 milliseconds