HomeSort by relevance Sort by last modified time
    Searched refs:LookupStrongLocked (Results 1 - 2 of 2) sorted by null

  /art/runtime/
intern_table.cc 96 return LookupStrongLocked(s);
114 ObjPtr<mirror::String> InternTable::LookupStrongLocked(ObjPtr<mirror::String> s) {
230 ObjPtr<mirror::String> strong = LookupStrongLocked(s);
intern_table.h 234 ObjPtr<mirror::String> LookupStrongLocked(ObjPtr<mirror::String> s)

Completed in 165 milliseconds