Searched refs:orig_methods (Results 1 – 2 of 2) sorted by relevance
601 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in PatchDexFileArrays() local602 ArtMethod** relocated_methods = RelocatedAddressOfPointer(orig_methods); in PatchDexFileArrays()606 if (orig_methods != nullptr) { in PatchDexFileArrays()607 ArtMethod** copy_methods = RelocatedCopyOf(orig_methods); in PatchDexFileArrays()609 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, j, pointer_size); in PatchDexFileArrays()
1991 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in FixupDexCache() local1992 if (orig_methods != nullptr) { in FixupDexCache()1994 NativeLocationInImage(orig_methods), in FixupDexCache()1996 ArtMethod** copy_methods = NativeCopyLocation(orig_methods, orig_dex_cache); in FixupDexCache()1998 ArtMethod* orig = mirror::DexCache::GetElementPtrSize(orig_methods, i, target_ptr_size_); in FixupDexCache()