Home
last modified time | relevance | path

Searched refs:copy_dex_cache (Results 1 – 3 of 3) sorted by relevance

/art/patchoat/
Dpatchoat.cc579 auto* copy_dex_cache = RelocatedCopyOf(orig_dex_cache); in PatchDexFileArrays() local
586 copy_dex_cache->SetField64<false>( in PatchDexFileArrays()
594 copy_dex_cache->SetField64<false>( in PatchDexFileArrays()
603 copy_dex_cache->SetField64<false>( in PatchDexFileArrays()
616 copy_dex_cache->SetField64<false>( in PatchDexFileArrays()
/art/compiler/
Dimage_writer.cc1970 mirror::DexCache* copy_dex_cache) { in FixupDexCache() argument
1977 copy_dex_cache->SetFieldPtrWithSize<false>(mirror::DexCache::StringsOffset(), in FixupDexCache()
1985 copy_dex_cache->SetFieldPtrWithSize<false>(mirror::DexCache::ResolvedTypesOffset(), in FixupDexCache()
1993 copy_dex_cache->SetFieldPtrWithSize<false>(mirror::DexCache::ResolvedMethodsOffset(), in FixupDexCache()
2006 copy_dex_cache->SetFieldPtrWithSize<false>(mirror::DexCache::ResolvedFieldsOffset(), in FixupDexCache()
2019 copy_dex_cache->SetDexFile(nullptr); in FixupDexCache()
Dimage_writer.h410 void FixupDexCache(mirror::DexCache* orig_dex_cache, mirror::DexCache* copy_dex_cache)