Home
last modified time | relevance | path

Searched defs:InternStrong (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dintern_table.cc256 ObjPtr<mirror::String> InternTable::InternStrong(int32_t utf16_length, const char* utf8_data) { in InternStrong() function in art::InternTable
268 ObjPtr<mirror::String> InternTable::InternStrong(const char* utf8_data) { in InternStrong() function in art::InternTable
288 ObjPtr<mirror::String> InternTable::InternStrong(ObjPtr<mirror::String> s) { in InternStrong() function in art::InternTable