Home
last modified time | relevance | path

Searched defs:log (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dtransaction.cc94 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local
99 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local
104 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local
109 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local
113 void Transaction::LogInternedString(InternStringLog& log) { in LogInternedString()
/art/sigchainlib/
Dsigchain_dummy.cc29 static void log(const char* format, ...) { in log() function
Dsigchain.cc82 static void log(const char* format, ...) { in log() function
/art/runtime/base/
Dmutex.cc189 ContentionLogEntry* log = data->contention_log; in RecordContention() local
211 const ContentionLogEntry* log = data->contention_log; in DumpContention() local