Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc327 typedef std::map<std::string, ObjPtr<mirror::String>> StringTable; typedef
331 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor()
340 StringTable* const table_;
345 ObjPtr<mirror::DexCache> dex_cache, dex::StringIndex string_idx, StringTable& strings) in PreloadDexCachesResolveString()
551 StringTable strings; in VMRuntime_preloadDexCaches()
/art/runtime/
Ddebugger.cc5029 class StringTable { class
5059 StringTable() : finished_(false) { in StringTable() function in art::StringTable
5130 DISALLOW_COPY_AND_ASSIGN(StringTable);
5206 StringTable class_names; in GetRecentAllocations()
5207 StringTable method_names; in GetRecentAllocations()
5208 StringTable filenames; in GetRecentAllocations()