Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc455 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(), in PrepareDexCacheArraySlots()
459 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
463 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(), in PrepareDexCacheArraySlots()
467 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache); in PrepareDexCacheArraySlots()
470 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethodTypes(), in PrepareDexCacheArraySlots()
477 void ImageWriter::AddDexCacheArrayRelocation(void* array, in AddDexCacheArrayRelocation() function in art::ImageWriter
Dimage_writer.h356 void AddDexCacheArrayRelocation(void* array, size_t offset, ObjPtr<mirror::DexCache> dex_cache)