Searched refs:AddDexCacheArrayRelocation (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/ |
D | image_writer.cc | 1029 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
|
D | image_writer.h | 425 void AddDexCacheArrayRelocation(void* array, size_t offset, size_t oat_index)
|