Searched refs:orig_strings (Results 1 – 2 of 2) sorted by relevance
584 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in PatchDexFileArrays() local585 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()
1975 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); in FixupDexCache() local1976 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()