Lines Matching defs:strong
42 os << "Intern table: " << strong_interns_.size() << " strong; "
141 // Check the strong table for a match.
142 mirror::String* strong = Lookup(strong_interns_, s, hash_code);
143 if (strong != NULL) {
144 return strong;
156 // There is no match in the strong table, check the weak table.
159 // A match was found in the weak table. Promote to the strong table.
164 // No match in the strong table or the weak table. Insert into the strong
169 // Check the strong table for a match.
170 mirror::String* strong = Lookup(strong_interns_, s, hash_code);
171 if (strong != NULL) {
172 return strong;