Home
last modified time | relevance | path

Searched refs:LookupWeak (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dintern_table.cc89 mirror::String* InternTable::LookupWeak(mirror::String* s) { in LookupWeak() function in art::InternTable
237 mirror::String* weak = LookupWeak(s); in Insert()
271 return LookupWeak(s) == s; in ContainsWeak()
Dintern_table.h160 mirror::String* LookupWeak(mirror::String* s)