Home
last modified time | relevance | path

Searched refs:GetResolvedCallSites (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h213 GcRoot<mirror::CallSite>& target = GetResolvedCallSites()[call_site_idx]; in GetResolvedCallSite()
226 GcRoot<mirror::CallSite>& target = GetResolvedCallSites()[call_site_idx]; in SetResolvedCallSite()
379 GcRoot<mirror::CallSite>* resolved_call_sites = GetResolvedCallSites<kVerifyFlags>(); in VisitReferences()
435 GcRoot<mirror::CallSite>* src = GetResolvedCallSites(); in FixupResolvedCallSites()
Ddex_cache.h400 GcRoot<CallSite>* GetResolvedCallSites() in GetResolvedCallSites() function
/art/dex2oat/linker/
Dimage_writer.cc711 AddDexCacheArrayRelocation(dex_cache->GetResolvedCallSites(), in PrepareDexCacheArraySlots()