Home
last modified time | relevance | path

Searched refs:RecordStrongStringInsertion (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dtransaction.h111 void RecordStrongStringInsertion(ObjPtr<mirror::String> s)
Dintern_table.cc130 runtime->RecordStrongStringInsertion(s); in InsertStrong()
Dtransaction.cc238 void Transaction::RecordStrongStringInsertion(ObjPtr<mirror::String> s) { in RecordStrongStringInsertion() function in art::Transaction
Druntime.h529 void RecordStrongStringInsertion(ObjPtr<mirror::String> s) const