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

  /art/compiler/
image_writer.h 356 void AddDexCacheArrayRelocation(void* array, size_t offset, ObjPtr<mirror::DexCache> dex_cache)
image_writer.cc 455 AddDexCacheArrayRelocation(dex_cache->GetResolvedTypes(),
459 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethods(),
463 AddDexCacheArrayRelocation(dex_cache->GetResolvedFields(),
467 AddDexCacheArrayRelocation(dex_cache->GetStrings(), start + layout.StringsOffset(), dex_cache);
470 AddDexCacheArrayRelocation(dex_cache->GetResolvedMethodTypes(),
477 void ImageWriter::AddDexCacheArrayRelocation(void* array,
    [all...]

Completed in 814 milliseconds