Searched refs:orig_call_sites (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc563 GcRoot<mirror::CallSite>* orig_call_sites = orig_dex_cache->GetResolvedCallSites(); local
564 GcRoot<mirror::CallSite>* relocated_call_sites = RelocatedAddressOfPointer(orig_call_sites);
568 if (orig_call_sites != nullptr) {
569 orig_dex_cache->FixupResolvedCallSites(RelocatedCopyOf(orig_call_sites),
/art/compiler/
H A Dimage_writer.cc2349 GcRoot<mirror::CallSite>* orig_call_sites = orig_dex_cache->GetResolvedCallSites(); local
2350 if (orig_call_sites != nullptr) {
2352 NativeLocationInImage(orig_call_sites),
2354 orig_dex_cache->FixupResolvedCallSites(NativeCopyLocation(orig_call_sites, orig_dex_cache),

Completed in 10 milliseconds