Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc790 class StringTable { class
820 StringTable() : finished_(false) { in StringTable() function in art::StringTable
891 DISALLOW_COPY_AND_ASSIGN(StringTable);
968 StringTable class_names; in GetRecentAllocations()
969 StringTable method_names; in GetRecentAllocations()
970 StringTable filenames; in GetRecentAllocations()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc371 using StringTable = std::map<std::string, ObjPtr<mirror::String>>; typedef
375 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor()
384 StringTable* const table_;
389 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString()
587 StringTable strings; in VMRuntime_preloadDexCaches()