Searched defs:log (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | transaction.cc | 94 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/ |
D | sigchain_dummy.cc | 29 static void log(const char* format, ...) { in log() function
|
D | sigchain.cc | 82 static void log(const char* format, ...) { in log() function
|
/art/runtime/base/ |
D | mutex.cc | 189 ContentionLogEntry* log = data->contention_log; in RecordContention() local 211 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|