Searched defs:LookupStrong (Results 1 – 2 of 2) sorted by relevance
94 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) { in LookupStrong() function in art::InternTable99 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, in LookupStrong() function in art::InternTable
201 TEST_F(InternTableTest, LookupStrong) { in TEST_F() argument