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

  /art/runtime/
intern_table.cc 98 return LookupStrongLocked(s);
116 ObjPtr<mirror::String> InternTable::LookupStrongLocked(ObjPtr<mirror::String> s) {
232 ObjPtr<mirror::String> strong = LookupStrongLocked(s);
intern_table.h 235 ObjPtr<mirror::String> LookupStrongLocked(ObjPtr<mirror::String> s)

Completed in 76 milliseconds