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

/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc281 typedef std::map<std::string, ObjPtr<mirror::String>> StringTable; typedef in namespace:art
285 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { }
294 StringTable* const table_;
299 Handle<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings)
513 StringTable strings;
/art/runtime/
H A Ddebugger.cc4920 class StringTable { class in namespace:art
4922 StringTable() { function in class:art::StringTable
4957 DISALLOW_COPY_AND_ASSIGN(StringTable);
5033 StringTable class_names;
5034 StringTable method_names;
5035 StringTable filenames;

Completed in 56 milliseconds