Home
last modified time | relevance | path

Searched refs:AddDexCacheArrayRelocation (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc694 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(), in PrepareDexCacheArraySlots()
698 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
702 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(), in PrepareDexCacheArraySlots()
706 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), oat_index); in PrepareDexCacheArraySlots()
708 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethodTypes(), in PrepareDexCacheArraySlots()
711 AddDexCacheArrayRelocation(dex_cache->GetResolvedCallSites(), in PrepareDexCacheArraySlots()
733 void ImageWriter::AddDexCacheArrayRelocation(void* array, in AddDexCacheArrayRelocation() function in art::linker::ImageWriter
Dimage_writer.h426 void AddDexCacheArrayRelocation(void* array, size_t offset, size_t oat_index)