Home | History | Annotate | Download | only in runtime

Lines Matching refs:table

50   // Interns a potentially new string in the 'strong' table. (See above.)
54 // Interns a potentially new string in the 'strong' table. (See above.)
58 // Interns a potentially new string in the 'strong' table. (See above.)
61 // Interns a potentially new string in the 'weak' table. (See above.)
89 TrackingAllocator<GcRoot<mirror::String>, kAllocatorTagInternTable>> Table;
99 mirror::String* Lookup(Table* table, mirror::String* s)
111 void Remove(Table* table, mirror::String* s)
132 // enable concurrent intern table (strong) root scan. Do not
135 Table strong_interns_ GUARDED_BY(Locks::intern_table_lock_);
141 Table weak_interns_ GUARDED_BY(Locks::intern_table_lock_);