Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc529 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in PatchDexFileArrays() local
530 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()
/art/compiler/
Dimage_writer.cc2431 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); in FixupDexCache() local
2432 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()