Searched defs:log (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | transaction.cc | 169 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kInsert); in RecordStrongStringInsertion() local 174 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kInsert); in RecordWeakStringInsertion() local 179 InternStringLog log(s, InternStringLog::kStrongString, InternStringLog::kRemove); in RecordStrongStringRemoval() local 184 InternStringLog log(s, InternStringLog::kWeakString, InternStringLog::kRemove); in RecordWeakStringRemoval() local 188 void Transaction::LogInternedString(const InternStringLog& log) { in LogInternedString()
|
/art/sigchainlib/ |
D | sigchain_dummy.cc | 36 static void log(const char* format, ...) { in log() function
|
D | sigchain.cc | 101 static void log(const char* format, ...) { in log() function
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 64 private static void log(LogTag tag, String msg) { in log() method in Log
|
/art/runtime/base/ |
D | mutex.cc | 233 ContentionLogEntry* log = data->contention_log; in RecordContention() local 255 const ContentionLogEntry* log = data->contention_log; in DumpContention() local
|
/art/tools/ |
D | checker.py | 108 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): member in Logger
|