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

/art/runtime/
H A Dintern_table.cc94 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) { function in class:art::InternTable
99 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, function in class:art::InternTable
269 ObjPtr<mirror::String> s = LookupStrong(self, utf16_length, utf8_data);

Completed in 43 milliseconds