Searched refs:LookupWeakLocked (Results 1 – 3 of 3) sorted by relevance
159 ObjPtr<mirror::String> LookupWeakLocked(ObjPtr<mirror::String> s)
130 ObjPtr<mirror::String> InternTable::LookupWeakLocked(ObjPtr<mirror::String> s) { in LookupWeakLocked() function in art::InternTable
1821 ObjPtr<mirror::String> existing = intern_table->LookupWeakLocked(string); in HandleAppImageStrings()1848 CHECK(intern_table->LookupWeakLocked(string) == nullptr) << string->ToModifiedUtf8(); in HandleAppImageStrings()