Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h309 ObjPtr<mirror::String> InsertStrongFromTransaction(ObjPtr<mirror::String> s)
Dintern_table.cc161 ObjPtr<mirror::String> InternTable::InsertStrongFromTransaction(ObjPtr<mirror::String> s) { in InsertStrongFromTransaction() function in art::InternTable
Dtransaction.cc601 intern_table->InsertStrongFromTransaction(str_.Read()); in Undo()