Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc90 mirror::String* InternTable::LookupWeak(mirror::String* s) { in LookupWeak() function in art::InternTable
249 mirror::String* weak = LookupWeak(s); in Insert()
288 return LookupWeak(s) == s; in ContainsWeak()
Dintern_table.h185 mirror::String* LookupWeak(mirror::String* s)