Lines Matching refs:Table
44 // Interns a potentially new string in the 'strong' table. (See above.)
48 // Interns a potentially new string in the 'strong' table. (See above.)
52 // Interns a potentially new string in the 'strong' table. (See above.)
55 // Interns a potentially new string in the 'weak' table. (See above.)
73 typedef std::multimap<int32_t, mirror::String*> Table;
78 mirror::String* Lookup(Table& table, mirror::String* s, uint32_t hash_code)
80 mirror::String* Insert(Table& table, mirror::String* s, uint32_t hash_code);
81 void Remove(Table& table, const mirror::String* s, uint32_t hash_code);
87 Table strong_interns_ GUARDED_BY(intern_table_lock_);
88 Table weak_interns_ GUARDED_BY(intern_table_lock_);