Searched refs:LookupWeakLocked (Results 1 – 3 of 3) sorted by relevance
94 return LookupWeakLocked(s); in LookupWeak()113 ObjPtr<mirror::String> InternTable::LookupWeakLocked(ObjPtr<mirror::String> s) { in LookupWeakLocked() function in art::InternTable243 ObjPtr<mirror::String> weak = LookupWeakLocked(s); in Insert()
155 ObjPtr<mirror::String> LookupWeakLocked(ObjPtr<mirror::String> s)
1690 ObjPtr<mirror::String> existing = intern_table->LookupWeakLocked(string); in HandleAppImageStrings()1717 CHECK(intern_table->LookupWeakLocked(string) == nullptr) << string->ToModifiedUtf8(); in HandleAppImageStrings()