Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc544 mirror::MethodDexCacheType* copy_methods = RelocatedCopyOf(orig_methods); in PatchDexFileArrays() local
549 mirror::DexCache::SetNativePairPtrSize(copy_methods, j, copy, pointer_size); in PatchDexFileArrays()
/art/compiler/
Dimage_writer.cc2444 mirror::MethodDexCacheType* copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache); in FixupDexCache() local
2451 mirror::DexCache::SetNativePairPtrSize(copy_methods, i, copy_pair, target_ptr_size_); in FixupDexCache()