Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc272 LogInternedString(std::move(log)); in RecordStrongStringInsertion()
277 LogInternedString(std::move(log)); in RecordWeakStringInsertion()
282 LogInternedString(std::move(log)); in RecordStrongStringRemoval()
287 LogInternedString(std::move(log)); in RecordWeakStringRemoval()
290 void Transaction::LogInternedString(InternStringLog&& log) { in LogInternedString() function in art::Transaction
Dtransaction.h279 void LogInternedString(InternStringLog&& log)