Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h389 inline void DexCache::FixupResolvedCallSites(GcRoot<mirror::CallSite>* dest, in FixupResolvedCallSites() function
Ddex_cache.h217 void FixupResolvedCallSites(GcRoot<mirror::CallSite>* dest, const Visitor& visitor)
/art/patchoat/
Dpatchoat.cc583 orig_dex_cache->FixupResolvedCallSites(RelocatedCopyOf(orig_call_sites), in PatchDexFileArrays()
/art/runtime/gc/space/
Dimage_space.cc1318 dex_cache->FixupResolvedCallSites<kWithoutReadBarrier>(new_call_sites, fixup_adapter); in RelocateInPlace()
/art/compiler/
Dimage_writer.cc2481 orig_dex_cache->FixupResolvedCallSites(NativeCopyLocation(orig_call_sites, orig_dex_cache), in FixupDexCache()