Searched refs:orig_types (Results 1 – 2 of 2) sorted by relevance
529 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in PatchDexFileArrays() local530 mirror::TypeDexCacheType* relocated_types = RelocatedAddressOfPointer(orig_types); in PatchDexFileArrays()534 if (orig_types != nullptr) { in PatchDexFileArrays()535 orig_dex_cache->FixupResolvedTypes(RelocatedCopyOf(orig_types), in PatchDexFileArrays()
2431 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in FixupDexCache() local2432 if (orig_types != nullptr) { in FixupDexCache()2434 NativeLocationInImage(orig_types), in FixupDexCache()2436 orig_dex_cache->FixupResolvedTypes(NativeCopyLocation(orig_types, orig_dex_cache), in FixupDexCache()