Searched defs:copy_methods (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc531 ArtMethod** copy_methods = RelocatedCopyOf(orig_methods); local
535 mirror::DexCache::SetElementPtrSize(copy_methods, j, copy, pointer_size);
/art/compiler/
H A Dimage_writer.cc2319 ArtMethod** copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache); local
2324 mirror::DexCache::SetElementPtrSize(copy_methods, i, copy, target_ptr_size_);

Completed in 754 milliseconds