Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc423 mirror::GcRootArray<mirror::String>* old_strings = dex_cache->GetStringsArray(); in VisitDexCacheArrays() local
424 if (old_strings != nullptr) { in VisitDexCacheArrays()
425 mirror::GcRootArray<mirror::String>* strings = native_visitor_(old_strings); in VisitDexCacheArrays()