Searched refs:StringTable (Results 1 – 2 of 2) sorted by relevance
790 class StringTable { class820 StringTable() : finished_(false) { in StringTable() function in art::StringTable891 DISALLOW_COPY_AND_ASSIGN(StringTable);968 StringTable class_names; in GetRecentAllocations()969 StringTable method_names; in GetRecentAllocations()970 StringTable filenames; in GetRecentAllocations()
371 using StringTable = std::map<std::string, ObjPtr<mirror::String>>; typedef375 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()