Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc592 GcRoot<mirror::Class>* orig_types = orig_dex_cache->GetResolvedTypes(); in PatchDexFileArrays() local
593 GcRoot<mirror::Class>* relocated_types = RelocatedAddressOfPointer(orig_types); in PatchDexFileArrays()
597 if (orig_types != nullptr) { in PatchDexFileArrays()
598 orig_dex_cache->FixupResolvedTypes(RelocatedCopyOf(orig_types), in PatchDexFileArrays()
/art/compiler/
Dimage_writer.cc1983 GcRoot<mirror::Class>* orig_types = orig_dex_cache->GetResolvedTypes(); in FixupDexCache() local
1984 if (orig_types != nullptr) { in FixupDexCache()
1986 NativeLocationInImage(orig_types), in FixupDexCache()
1988 orig_dex_cache->FixupResolvedTypes(NativeCopyLocation(orig_types, orig_dex_cache), in FixupDexCache()