Searched refs:LookupWeak (Results 1 – 3 of 3) sorted by relevance
156 ObjPtr<mirror::String> LookupWeak(Thread* self, ObjPtr<mirror::String> s)
159 return t.LookupWeak(soa.Self(), s) == s; in TEST_F()
106 ObjPtr<mirror::String> InternTable::LookupWeak(Thread* self, ObjPtr<mirror::String> s) { in LookupWeak() function in art::InternTable