Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc907 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays() local
908 mirror::StringDexCacheType* relocated_strings = RelocatedAddressOfPointer(orig_strings); in PatchDexFileArrays()
912 if (orig_strings != nullptr) { in PatchDexFileArrays()
913 orig_dex_cache->FixupStrings(RelocatedCopyOf(orig_strings), RelocatedPointerVisitor(this)); in PatchDexFileArrays()
/art/dex2oat/linker/
Dimage_writer.cc2451 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); in FixupDexCache() local
2452 if (orig_strings != nullptr) { in FixupDexCache()
2454 NativeLocationInImage(orig_strings), in FixupDexCache()
2456 orig_dex_cache->FixupStrings(NativeCopyLocation(orig_strings, orig_dex_cache), fixup_visitor); in FixupDexCache()