Home
last modified time | relevance | path

Searched refs:InternStrongImageString (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dintern_table.h116 ObjPtr<mirror::String> InternStrongImageString(ObjPtr<mirror::String> s)
Dintern_table.cc273 ObjPtr<mirror::String> InternTable::InternStrongImageString(ObjPtr<mirror::String> s) { in InternStrongImageString() function in art::InternTable
/art/dex2oat/linker/
Dimage_writer.cc1575 GetImageInfo(oat_index).intern_table_->InternStrongImageString(str); in RecordNativeRelocations()