Home
last modified time | relevance | path

Searched defs:LookupStrong (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dintern_table.cc114 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) { in LookupStrong() function in art::InternTable
122 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, in LookupStrong() function in art::InternTable
H A Dintern_table_test.cc215 TEST_F(InternTableTest, LookupStrong) { in TEST_F() argument