Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1029 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(), in PrepareDexCacheArraySlots()
1033 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
1037 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(), in PrepareDexCacheArraySlots()
1041 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), oat_index); in PrepareDexCacheArraySlots()
1043 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethodTypes(), in PrepareDexCacheArraySlots()
1046 AddDexCacheArrayRelocation(dex_cache->GetResolvedCallSites(), in PrepareDexCacheArraySlots()
1068 void ImageWriter::AddDexCacheArrayRelocation(void* array, in AddDexCacheArrayRelocation() function in art::linker::ImageWriter
Dimage_writer.h425 void AddDexCacheArrayRelocation(void* array, size_t offset, size_t oat_index)