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

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

Completed in 85 milliseconds