Lines Matching full:strong
53 os << "Intern table: " << strong_interns_.size() << " strong; "
71 // The GC moved a root in the log. Need to search the strong interns and update the
217 // Check the strong table for a match.
218 mirror::String* strong = LookupStrong(s);
219 if (strong != NULL) {
220 return strong;
229 // There is no match in the strong table, check the weak table.
232 // A match was found in the weak table. Promote to the strong table.
237 // No match in the strong table or the weak table. Insert into the strong
242 // Check the strong table for a match.
243 mirror::String* strong = LookupStrong(s);
244 if (strong != NULL) {
245 return strong;