Home
last modified time | relevance | path

Searched refs:LogInternedString (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.cc273 LogInternedString(std::move(log)); in RecordStrongStringInsertion()
278 LogInternedString(std::move(log)); in RecordWeakStringInsertion()
283 LogInternedString(std::move(log)); in RecordStrongStringRemoval()
288 LogInternedString(std::move(log)); in RecordWeakStringRemoval()
291 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString() function in art::Transaction
Dtransaction.h278 void LogInternedString(InternStringLog&& log)