Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc95 mirror::String* InternTable::LookupStrong(Thread* self, mirror::String* s) { in LookupStrong() function in art::InternTable
100 mirror::String* InternTable::LookupStrong(Thread* self, in LookupStrong() function in art::InternTable
Dintern_table_test.cc180 TEST_F(InternTableTest, LookupStrong) { in TEST_F() argument