Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc258 typedef std::map<std::string, mirror::String*> StringTable; typedef
262 explicit PreloadDexCachesStringsVisitor(StringTable* table) : table_(table) { } in PreloadDexCachesStringsVisitor()
271 StringTable* const table_;
276 Handle<mirror::DexCache> dex_cache, uint32_t string_idx, StringTable& strings) in PreloadDexCachesResolveString()
486 StringTable strings; in VMRuntime_preloadDexCaches()
/art/runtime/
Ddebugger.cc4991 class StringTable { class
4993 StringTable() { in StringTable() function in art::StringTable
5028 DISALLOW_COPY_AND_ASSIGN(StringTable);
5092 StringTable class_names; in GetRecentAllocations()
5093 StringTable method_names; in GetRecentAllocations()
5094 StringTable filenames; in GetRecentAllocations()