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

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

Completed in 131 milliseconds