Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc601 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in PatchDexFileArrays() local
602 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()
/art/compiler/
Dimage_writer.cc1991 ArtMethod** orig_methods = orig_dex_cache->GetResolvedMethods(); in FixupDexCache() local
1992 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()