Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc373 class PreloadDexCachesStringsVisitor : public SingleRootVisitor { class
375 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor() function in art::PreloadDexCachesStringsVisitor
589 PreloadDexCachesStringsVisitor visitor(&strings); in VMRuntime_preloadDexCaches()