HomeSort by relevance Sort by last modified time
    Searched refs:AddDexCacheArrayRelocation (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/
image_writer.cc 464 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(),
468 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(),
472 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(),
476 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache);
479 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethodTypes(),
484 AddDexCacheArrayRelocation(dex_cache->GetResolvedCallSites(),
491 void ImageWriter::AddDexCacheArrayRelocation(void* array,
    [all...]
image_writer.h 391 void AddDexCacheArrayRelocation(void* array, size_t offset, ObjPtr<mirror::DexCache> dex_cache)

Completed in 153 milliseconds