Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc584 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays() local
585 GcRoot<mirror::String>* relocated_strings = RelocatedAddressOfPointer(orig_strings); in PatchDexFileArrays()
589 if (orig_strings != nullptr) { in PatchDexFileArrays()
590 orig_dex_cache->FixupStrings(RelocatedCopyOf(orig_strings), RelocatedPointerVisitor(this)); in PatchDexFileArrays()
/art/compiler/
Dimage_writer.cc1975 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in FixupDexCache() local
1976 if (orig_strings != nullptr) { in FixupDexCache()
1978 NativeLocationInImage(orig_strings), in FixupDexCache()
1980 orig_dex_cache->FixupStrings(NativeCopyLocation(orig_strings, orig_dex_cache), in FixupDexCache()