Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc358 using StringTable = std::map<std::string, ObjPtr<mirror::String>>; typedef
362 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor()
371 StringTable* const table_;
376 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString()
582 StringTable strings; in VMRuntime_preloadDexCaches()
/art/runtime/
Ddebugger.cc4887 class StringTable { class
4917 StringTable() : finished_(false) { in StringTable() function in art::StringTable
4988 DISALLOW_COPY_AND_ASSIGN(StringTable);
5064 StringTable class_names; in GetRecentAllocations()
5065 StringTable method_names; in GetRecentAllocations()
5066 StringTable filenames; in GetRecentAllocations()