Lines Matching full:orig_methods
2044 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods();
2045 if (orig_methods != nullptr) {
2047 NativeLocationInImage(orig_methods),
2049 ArtMethod** copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache);
2051 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, i, target_ptr_size_);