Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc607 ArtMethod** copy_methods = RelocatedCopyOf(orig_methods); in PatchDexFileArrays() local
611 mirror::DexCache::SetElementPtrSize(copy_methods, j, copy, pointer_size); in PatchDexFileArrays()
/art/compiler/
Dimage_writer.cc1996 ArtMethod** copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache); in FixupDexCache() local
2001 mirror::DexCache::SetElementPtrSize(copy_methods, i, copy, target_ptr_size_); in FixupDexCache()