Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc449 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(), in PrepareDexCacheArraySlots()
453 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(), in PrepareDexCacheArraySlots()
457 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(), in PrepareDexCacheArraySlots()
461 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache); in PrepareDexCacheArraySlots()
465 void ImageWriter::AddDexCacheArrayRelocation(void* array, size_t offset, DexCache* dex_cache) { in AddDexCacheArrayRelocation() function in art::ImageWriter
Dimage_writer.h328 void AddDexCacheArrayRelocation(void* array, size_t offset, mirror::DexCache* dex_cache)