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

/art/patchoat/
H A Dpatchoat.cc508 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); local
509 mirror::StringDexCacheType* relocated_strings = RelocatedAddressOfPointer(orig_strings);
513 if (orig_strings != nullptr) {
514 orig_dex_cache->FixupStrings(RelocatedCopyOf(orig_strings), RelocatedPointerVisitor(this));
/art/compiler/
H A Dimage_writer.cc2299 mirror::StringDexCacheType* orig_strings = orig_dex_cache->GetStrings(); local
2300 if (orig_strings != nullptr) {
2302 NativeLocationInImage(orig_strings),
2304 orig_dex_cache->FixupStrings(NativeCopyLocation(orig_strings, orig_dex_cache), fixup_visitor);

Completed in 589 milliseconds