Searched refs:RecordStrongStringInsertion (Results 1 – 5 of 5) sorted by relevance
111 void RecordStrongStringInsertion(ObjPtr<mirror::String> s)
130 runtime->RecordStrongStringInsertion(s); in InsertStrong()
238 void Transaction::RecordStrongStringInsertion(ObjPtr<mirror::String> s) { in RecordStrongStringInsertion() function in art::Transaction
529 void RecordStrongStringInsertion(ObjPtr<mirror::String> s) const
2480 void Runtime::RecordStrongStringInsertion(ObjPtr<mirror::String> s) const { in RecordStrongStringInsertion() function in art::Runtime2483 GetTransaction()->RecordStrongStringInsertion(s); in RecordStrongStringInsertion()