Home
last modified time | relevance | path

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

/art/runtime/
Druntime_image.cc1345 mirror::GcRootArray<mirror::String>* new_strings = in CopyDexCache() local
1359 new_strings->Set(i, str.Ptr()); in CopyDexCache()
1369 new_strings->Set(i, reinterpret_cast<mirror::String*>(address)); in CopyDexCache()
1371 new_strings->Set(i, reinterpret_cast<mirror::String*>(*it2)); in CopyDexCache()