HomeSort by relevance Sort by last modified time
    Searched refs:orig_strings (Results 1 - 2 of 2) sorted by null

  /art/patchoat/
patchoat.cc 584 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));
    [all...]
  /art/compiler/
image_writer.cc 1975 GcRoot<mirror::String>* orig_strings = orig_dex_cache->GetStrings(); local
    [all...]

Completed in 1870 milliseconds